You can search for identifiers within the package.
in-package search v0.2.0
osnap
Osnap.Test
type t
val make : ?count:int -> ?rand:Random.State.t -> ?path:string -> spec:('a -> 'b, 'c) Spec.t -> name:string -> ('a -> 'b) -> t
make path spec name f builds a test
make path spec name f
number of application
random state
where snapshots are stored
function specification
function name
function to snapshot