module Make : functor (H1 : Stdlib.Hashtbl.HashedType) -> functor (H2 : Stdlib.Hashtbl.HashedType) -> S with type key = H1.t * H2.t
Functor building an implementation of a weak hash table
module MakeSeeded : functor (H1 : Stdlib.Hashtbl.SeededHashedType) -> functor (H2 : Stdlib.Hashtbl.SeededHashedType) -> SeededS with type key = H1.t * H2.t
Functor building an implementation of a weak hash table. The seed is similar to the one of Hashtbl.MakeSeeded.