Functor Reins.SplayMap.GenKeyMap


module GenKeyMap: 
functor (C : Reins.Types.Mono.ArbitraryComparable) -> Reins.Maps.GenKeyMapSig with type key = C.t and type ('a,'v) result = 'a * 'v GenKeyMap(C).t
Parameters:
C : Reins.Types.Mono.ArbitraryComparable

include Reins.Maps.MonoKeyMapSig
val gen1 : (?size:int -> Random.State.t -> 'a) -> ?size:int -> Random.State.t -> 'a t