Module Reins.AVLSet.GenSet


module GenSet: Reins.Sets.GenSetSigFnStd 
This functor is similar to the Reins.AVLSet.MonoSet functor except it is parameterized by a module that also supports the gen operation. Therefore, the resulting module is also able to generate number sets.

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