package obeam

  1. Overview
  2. Docs
module Z = Aux.Z
type t =
  1. | Integer of Base.int
  2. | Atom of Base.string
  3. | Tuple of Base.int * t Base.list
  4. | Map of Base.int * (t * t) Base.list
  5. | String of Base.string
  6. | Binary of Base.string
  7. | BigInt of Z.t
  8. | List of t Base.list
  9. | Float of Base.float
val sexp_of_t : t -> Base.Sexp.t
val of_etf : Obeam__External_term_format.t -> t
OCaml

Innovation. Community. Security.