You can search for identifiers within the package.
in-package search v0.2.0
Cancelation handle.
type t = {
cancel : unit -> unit;
}
A handle to cancel atomic actions (waiting on something)
val cancel : t -> unit
val make : cancel:(unit -> unit) -> unit -> t
val dummy : t