Module Decode.Value

type array_cursor
type dict_cursor
type t =
  1. | Null
  2. | True
  3. | False
  4. | Int of int64
  5. | Float of float
  6. | String of Imandrakit_bytes.Byte_slice.t
  7. | Blob of Imandrakit_bytes.Byte_slice.t
  8. | Pointer of int
  9. | Array of array_cursor
  10. | Dict of dict_cursor
  11. | Tag of int * int
  12. | Cstor0 of cstor_index
  13. | CstorN of cstor_index * array_cursor

A value