You can search for identifiers within the package.
in-package search v0.2.0
type app_class =
| Tezos
| TezBake
val pp_app_class : Stdlib.Format.formatter -> app_class -> unit
type Ledgerwallet.Status.t +=
| Tezos_impossible_to_read_version
type t = {
app_class : app_class;
major : int;
minor : int;
patch : int;
}
val pp : Stdlib.Format.formatter -> t -> unit