Module type Reins.Types.Mono.Comparable


module type Comparable = sig .. end

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