You can search for identifiers within the package.
in-package search v0.2.0
type 'a hash_consed = {
node : 'a;
tag : int;
}
val get_initial_cache_size : unit -> int
val set_initial_cache_size : int -> unit
val reset_initial_cache_size : unit -> unit
module Mk (Cache : Hashtbl.S) : sig ... end
module Make (H : Hashtbl.HashedType) : sig ... end
module MakeStrong (H : Hashtbl.HashedType) : sig ... end