Module type Interfaces.Comparable

module type Comparable = Comparable.S

include Comparable.S_common
module Map: Map.S 
    with type Key.t = t 
    with type Key.comparator = comparator
module Set: Set.S 
    with type Elt.t = t 
    with type Elt.comparator = comparator