You can search for identifiers within the package.
in-package search v0.2.0
type t =
| Postmaster
| Domain of Domain.t
| Forward_path of Path.t
val pp : Stdlib.Format.formatter -> t -> unit
val equal : t -> t -> bool
val compare : t -> t -> int
module Decoder : sig ... end
module Encoder : sig ... end