package obytelib

  1. Overview
  2. Docs
type t =
  1. | Int of int
  2. | Int32 of Int32.t
  3. | Int64 of Int64.t
  4. | Nativeint of Nativeint.t
  5. | Float of float
  6. | Float_array of float array
  7. | String of string
  8. | Object of t array
  9. | Block of int * t array
val to_string : t -> string
val of_obj : Obj.t -> t
val make_to_obj : unit -> t -> Obj.t