Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Element ordering
val of_int : int -> t
val to_int : t -> int
val to_string : t -> string
returns the string representation. one of: "<", "=", ">"
val is_eq : t -> bool
val min : ('a -> 'a -> t) -> 'a -> 'a -> 'a
val max : ('a -> 'a -> t) -> 'a -> 'a -> 'a
reverse 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