Imandrakit_twine.Immediatetype 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 intAn immediate value
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unitval show : t -> Ppx_deriving_runtime.stringval null : tval string : string -> tval blob : string -> tval pointer : int -> tval int64 : int64 -> tval int : int -> tval float32 : float -> tval float : float -> tval cstor0 : index:int -> tval bool : bool -> t