You can search for identifiers within the package.
in-package search v0.2.0
algaeff
Algaeff.UniqueID
Effects for generating unique IDs.
Generate unique IDs for registered items.
module type Param = sig ... end
module type S = sig ... end
module Make (P : Param) : S with type elt = P.elt