Module type Reins.Types.Poly.Comparable


module type Comparable = sig .. end

type 'a t 
val compare : ('a -> 'a -> int) ->
'a t -> 'a t -> int
val to_string : ('a -> string) -> 'a t -> string