Module PyBuiltin.Compare

type t =
  1. | Lt
  2. | Le
  3. | Eq
  4. | Neq
  5. | Gt
  6. | Ge
  7. | In
  8. | NotIn
  9. | Is
  10. | IsNot
  11. | Exception
  12. | BAD
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
include Ppx_enumerate_lib.Enumerable.S with type t := t
val all : t list
val to_string : t -> string
val pp : Stdlib.Format.formatter -> t -> unit