Module type Ord.S

module type S = sig .. end

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