You can search for identifiers within the package.
in-package search v0.2.0
module type PRINTER = sig ... end
module type SIG = sig ... end
module Pretty (P : PRINTER) : sig ... end
Customizable pretty printer: Works with any printer which satisfies the PRINTER interface.