Module WeakPlus

module WeakPlus: sig .. end
Hash tables with weak keys and strong values.

module type WEAKPLUS = sig .. end
The output signature of the functor WeakPlus.Make.
module Make: 
functor (H : Hashtbl.HashedType-> WEAKPLUS with type key = H.t
Build an implementation of the weak-key hashtable structure.