Module type Reins.Sets.MonoSetSigFn


module type MonoSetSigFn = functor (C : Reins.Types.Mono.Comparable) -> MonoSetSig  with type elt = C.t
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