Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Z = Aux.Z
type t =
| Integer of Base.int
| Atom of Base.string
| Tuple of Base.int * t Base.list
| Map of Base.int * (t * t) Base.list
| String of Base.string
| Binary of Base.string
| BigInt of Z.t
| List of t Base.list
| Float of Base.float
val sexp_of_t : t -> Base.Sexp.t
val of_etf : Obeam__External_term_format.t -> t