Decode.Valuetype t = | Null| True| False| Int of int64| Float of float| String of Imandrakit_bytes.Byte_slice.t| Blob of Imandrakit_bytes.Byte_slice.t| Pointer of int| Array of array_cursor| Dict of dict_cursor| Tag of int * int| Cstor0 of cstor_index| CstorN of cstor_index * array_cursorA value
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unitval show : t -> Ppx_deriving_runtime.string