package obeam

  1. Overview
  2. Docs
module Z = Aux.Z
val uncompress_form : int -> Bitstring.bitstring -> Bitstring.bitstring
val bitstring_printer : Format.formatter -> Bitstring.bitstring -> unit
type t =
  1. | SmallInteger of int
  2. | Integer of int32
  3. | Float of string
  4. | Atom of string
  5. | SmallTuple of int * t list
  6. | Map of int32 * (t * t) list
  7. | Nil
  8. | String of string
  9. | Binary of Bitstring.t
  10. | SmallBig of Z.t
  11. | LargeBig of Z.t
  12. | List of t list * t
  13. | NewFloat of float
  14. | AtomUtf8 of string
  15. | SmallAtomUtf8 of string
val parse_etf : (t list * Bitstring.bitstring) -> (t * Bitstring.bitstring, string * Bitstring.bitstring) result
OCaml

Innovation. Community. Security.