You can search for identifiers within the package.
in-package search v0.2.0
module type TRANSPORT = sig ... end
exception Malformed_watch_event
exception Unexpected_rid of int32
exception Dispatcher_failed
module Client (T : TRANSPORT) : sig ... end