You can search for identifiers within the package.
in-package search v0.2.0
type t
val hash : t -> int
val equal : ?eq:('a -> 'a -> bool) -> t -> t -> bool
val make : 'value -> t
val pp : Format.formatter -> t -> unit
val unsafe_to_value : t -> 'value