Module type Reins.Maps.GenMapSigFnStd


module type GenMapSigFnStd = functor (K : Reins.Types.Mono.ArbitraryComparable) -> functor (V : Reins.Types.Mono.ArbitraryComparable) -> GenMapSig  with type key = K.t and type elt = V.t
		and type 'a result = 'a
Parameters:
K : Reins.Types.Mono.ArbitraryComparable
V : Reins.Types.Mono.ArbitraryComparable

include Reins.Maps.MonoMapSig
val gen : ?size:int -> Random.State.t -> t