You can search for identifiers within the package.
in-package search v0.2.0
iter
iter.bigarray
IterLabels.Set
module type S = sig ... end
module Adapt (X : Set.S) : S with type elt = X.elt and type t = X.t
Create an enriched Set module from the given one
module Make (X : Set.OrderedType) : S with type elt = X.t
Functor to build an extended Set module from an ordered type