Imandrakit_twine.Immediate
type t =
| Null
| True
| False
| Int of int64
| Float32 of float
| Float of float
| String of Imandrakit_bytes.Byte_slice.t
| Blob of Imandrakit_bytes.Byte_slice.t
| Pointer of int
| Cstor0 of int
An immediate value
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val null : t
val string : string -> t
val blob : string -> t
val pointer : int -> t
val int64 : int64 -> t
val int : int -> t
val float32 : float -> t
val float : float -> t
val cstor0 : index:int -> t
val bool : bool -> t