Module Comparable.Map_and_set_binable

Parameters

module T : sig ... end

Signature

include Comparator.S with type t := T.t
type comparator_witness
val comparator : (T.tcomparator_witness) Comparator.comparator
module Map : Map.S_binable with type Key.t = T.t with type Key.comparator_witness = comparator_witness
module Set : Set.S_binable with type Elt.t = T.t with type Elt.comparator_witness = comparator_witness