Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Z = Aux.Z
type t =
| SmallInteger of Base.int
| Integer of Base.int32
| Float of Base.string
| Atom of Base.string
| SmallTuple of Base.int * t Base.list
| Map of Base.int32 * (t * t) Base.list
| Nil
| String of Base.string
| Binary of Bitstring.t Base.sexp_opaque
| SmallBig of Z.t
| LargeBig of Z.t
| List of t Base.list * t
| NewFloat of Base.float
| AtomUtf8 of Base.string
| SmallAtomUtf8 of Base.string
val sexp_of_t : t -> Base__.Ppx_sexp_conv_lib.Sexp.t