Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Obeam.Simple_term_formatmodule Z = Aux.Ztype 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.floatval sexp_of_t : t -> Base.Sexp.tval of_etf : Obeam__External_term_format.t -> t