You can search for identifiers within the package.
in-package search v0.2.0
module H : sig ... end
val left : bool
val right : bool
module P : sig ... end
module type MERKLE = functor (L : sig ... end) -> sig ... end
module V : MERKLE