NS.HashTable
Hash tables
module type HashedType = Stdlib.Hashtbl.HashedType
module type S = sig ... end
module Make (Key : HashedType) : S with type key = Key.t