module GenKeyMap:functor (C:Reins.Types.Mono.ArbitraryComparable) ->Reins.Maps.GenKeyMapSigwith type key = C.t and type ('a,'v) result = 'a * 'v GenKeyMap(C).t
| Parameters: |
|
include Reins.Maps.MonoKeyMapSig
val gen1 : (?size:int -> Random.State.t -> 'a) -> ?size:int -> Random.State.t -> 'a t