module type GenMapSigFnStd =functor (K:Reins.Types.Mono.ArbitraryComparable) ->functor (V:Reins.Types.Mono.ArbitraryComparable) ->GenMapSigwith type key = K.t and type elt = V.t and type 'a result = 'a
| Parameters: |
|
include Reins.Maps.MonoMapSig
val gen : ?size:int -> Random.State.t -> t