You can search for identifiers within the package.
in-package search v0.2.0
type address =
| Host of string
| HostPort of string * int
module Channel : sig ... end
module Topic : sig ... end
type handler_result =
| HandlerOK
| HandlerRequeue
module Publisher : sig ... end
module Consumer : sig ... end