You can search for identifiers within the package.
in-package search v0.2.0
module Value : VALUE
type t
type value = Value.t
val make : int -> t
val pp : t Fmt.t
val available : t -> int
val push : t -> value -> (t, t) result
val shift_exn : t -> value * t
val cons : t -> value -> (t, t) result
val cons_exn : t -> value -> t
val weight : t -> int
val to_list : t -> value list