module GenMap: functor (C : Reins.Types.Mono.ArbitraryComparable) -> Reins.Maps.GenMapSig with type key = int and type elt = C.t
functor (
C
:
Reins.Types.Mono.ArbitraryComparable
) ->
Reins.Maps.GenMapSig
with type key = int and type elt = C.t
include Reins.Maps.MonoMapSig
val gen : ?size:int -> Random.State.t -> t
?size:int -> Random.State.t -> t