You can search for identifiers within the package.
in-package search v0.2.0
module Z = Aux.Z
type t =
| Integer of int
| Atom of string
| Tuple of int * t list
| Map of int * (t * t) list
| String of string
| Binary of string
| BigInt of Z.t
| List of t list
| Float of float
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val of_etf : Obeam__External_term_format.t -> t