You can search for identifiers within the package.
in-package search v0.2.0
baby
H.Set
module type OrderedType = OrderedType
module type S = SET
module Make (E : OrderedType) : SET with type elt = E.t
module Int : SET with type elt = int