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