module type S = sig .. end
sig
end
include Polymorphic_compare_intf.Infix
val equal : t -> t -> bool
t -> t -> bool
val compare : t -> t -> int
t -> t -> int
val min : t -> t -> t
t -> t -> t
val max : t -> t -> t