You can search for identifiers within the package.
in-package search v0.2.0
type t =
| MPfile of DirPath.t
| MPbound of MBId.t
| MPdot of t * Label.t
val compare : t -> t -> int
val equal : t -> t -> bool
val hash : t -> int
val is_bound : t -> bool
val to_string : t -> string
val debug_to_string : t -> string
val initial : t
val dp : t -> DirPath.t