Module type Reins.Sets.GenSetSigFnStd


module type GenSetSigFnStd = functor (C : Reins.Types.Mono.ArbitraryComparable) -> GenSetSig  with type elt = C.t and type 'a result = 'a
Parameters:
C : Reins.Types.Mono.ArbitraryComparable

include Reins.Sets.MonoSetSig
val gen : ?size:int -> Random.State.t -> t