Module type Interfaces.Infix_comparators

module type Infix_comparators = Comparable.Infix

type t 
val (>=) : t -> t -> bool
val (<=) : t -> t -> bool
val (=) : t -> t -> bool
val (>) : t -> t -> bool
val (<) : t -> t -> bool
val (<>) : t -> t -> bool