package extprot

  1. Overview
  2. Docs
type low_level_type = Types.low_level_type =
  1. | Vint
  2. | Bits8
  3. | Bits32
  4. | Bits64_long
  5. | Bits64_float
  6. | Enum
  7. | Tuple
  8. | Bytes
  9. | Htuple
  10. | Assoc
  11. | Invalid_ll_type
val string_of_low_level_type : low_level_type -> string
type prefix = int
val vint_length : int -> int
val ll_type_prefix_table : low_level_type array
val ll_type : int -> low_level_type
val ll_tag : int -> int
val tuple_prefix : int -> int
val htuple_prefix : int -> int
val const_prefix : int -> int
val relative_int_prefix : int
val bool_prefix : int
val byte_prefix : int
val int32_prefix : int
val int64_prefix : int
val float_prefix : int
val string_prefix : int