Data.HashTable
Basic hash table operations
data
HashTable
key val
new
insert
delete
lookup
update
Converting to and from lists
fromList
toList
Hash functions
hashInt
hashString
prime
Diagnostics
longestChain