Data.HashTable

Basic hash table operations

data HashTable key val

new

newHint

insert

delete

lookup

update

Converting to and from lists

fromList

toList

Hash functions

hashInt

hashString

prime

Diagnostics

longestChain