Functor Reins.SplayMap.GenMap


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:
K : Reins.Types.Mono.ArbitraryComparable
V : Reins.Types.Mono.ArbitraryComparable

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