package protocell

  1. Overview
  2. Docs
type t =
  1. | Type_double
  2. | Type_float
  3. | Type_int64
  4. | Type_uint64
  5. | Type_int32
  6. | Type_fixed64
  7. | Type_fixed32
  8. | Type_bool
  9. | Type_string
  10. | Type_group
  11. | Type_message
  12. | Type_bytes
  13. | Type_uint32
  14. | Type_enum
  15. | Type_sfixed32
  16. | Type_sfixed64
  17. | Type_sint32
  18. | Type_sint64
val equal : t -> t -> Ppx_deriving_runtime.bool
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val default : unit -> t
val to_int : t -> int
val of_int : int -> t option
val to_string : t -> string
val of_string : string -> t option