You can search for identifiers within the package.
in-package search v0.2.0
Wraps Core to provide a command-line interface.
Core
module type S = sig ... end
module type MAKER = sig ... end
module Make (_ : Platform.MAKER) (M : Monad.S) : sig ... end