Module type Mutable_types.Comparable

module type Comparable = sig .. end
Comparable types. All elements in a set must satisfy this property.

Same as the built-in Set.OrderedType, this type includes a t and a compare : t -> t -> int function. See Pervasives.compare


include Set.OrderedType