Module type Reins.Sets.MonoSetSigFnStd


module type MonoSetSigFnStd = functor (C : Reins.Types.Mono.Comparable) -> MonoSetSig  with type elt = C.t and type 'a result = 'a
Parameters:
C : Reins.Types.Mono.Comparable

type t 
type elt 
type cursor 
type 'a result 
include Reins.Sets.Set_
val to_string : 'a set -> string