You can search for identifiers within the package.
in-package search v0.2.0
Signatures that specify the minimum interface for libraries, applications, and handlers to work together.
module type Message = sig ... end
The minimum interface to use diagnostic handlers.
module type Reporter = sig ... end
The minimum interface for libraries and applications to work together.