package obeam

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

Innovation. Community. Security.