You can search for identifiers within the package.
in-package search v0.2.0
module type ELT = sig ... end
module Make (Elt : ELT) : Qcow_s.INTERVAL_SET with type elt = Elt.t
module Test : sig ... end