package extprot

  1. Overview
  2. Docs
type 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