You can search for identifiers within the package.
in-package search v0.2.0
Extraction of strongly connected components of directed graphs, required to analyze mutual recursive definitions in parse trees.
module type G = sig ... end
module Make (G : G) : sig ... end