You can search for identifiers within the package.
in-package search v0.2.0
The unique name of a fiber
type t = private int
Unique, opaque identifier for a fiber.
val equal : t -> t -> bool
val compare : t -> t -> int
val hash : t -> int
module Set : Set.S with type elt = t
module Map : Map.S with type key = t