Module type SetMap.OrderedType

module type OrderedType = sig .. end

type t 
val compare : t -> t -> int
val print : Format.formatter -> t -> unit