Module type Vector.ComparableType

module type ComparableType = sig .. end
Signature for elements that can be compared.

type t 
val compare : t -> t -> int