You can search for identifiers within the package.
in-package search v0.2.0
module Hash : S
type t
val create : ?initial_slots:int -> unit -> t
val add : t -> Hash.t -> [ `Ok | `Duplicate ]
val mem : t -> Hash.t -> bool