You can search for identifiers within the package.
in-package search v0.2.0
module Z = Aux.Z
val uncompress_form : int -> Bitstring.bitstring -> Bitstring.bitstring
val bitstring_printer : Stdlib.Format.formatter -> Bitstring.bitstring -> unit
type t =
| SmallInteger of int
| Integer of int32
| Float of string
| Atom of string
| SmallTuple of int * t list
| Map of int32 * (t * t) list
| Nil
| String of string
| Binary of Bitstring.t
| SmallBig of Z.t
| LargeBig of Z.t
| List of t list * t
| NewFloat of float
| AtomUtf8 of string
| SmallAtomUtf8 of string
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val parse_etf : (t list * Bitstring.bitstring) -> (t * Bitstring.bitstring, string * Bitstring.bitstring) Stdlib.result
val parse : Bitstring.bitstring -> (t * Bitstring.bitstring, string * Bitstring.bitstring) Stdlib.result