Functor Generator.Weak

module Weak: 
functor (W : Weak.S) ->
functor (G : Gen with type g = W.data) -> sig .. end
Functor used to build generators for Weak.S.t values.
Parameters:
W : Weak.S
G : Gen with type g = W.data

val gen : int Generator.t -> W.t Generator.t
gen i constructs a generator for weak hashtables of G.g values. i is the generator used to determine the hashtable size.