@hackage hashmap0.9.0

Persistent HashMap with API of an IntMap.

An implementation of persistent HashMap.

The class Hashable is providing the Hashable.hash method.

The HashMap key value itself is an Data.IntMap.IntMap indexed by the hash value, containing Data.Map.Map key value for all keys with the same hash value.