OrderingElement ordering
val of_int : int -> tval to_int : t -> intval to_string : t -> stringreturns the string representation. one of: "<", "=", ">"
val is_eq : t -> boolval min : ('a -> 'a -> t) -> 'a -> 'a -> 'aval max : ('a -> 'a -> t) -> 'a -> 'a -> 'areverse cmp takes a comparison function cmp and returns a new comparison function whose comparisons are the opposite of that of cmp.
module O : sig ... end