[project @ 2003-04-17 10:44:59 by simonmar]
authorsimonmar <unknown>
Thu, 17 Apr 2003 10:44:59 +0000 (10:44 +0000)
committersimonmar <unknown>
Thu, 17 Apr 2003 10:44:59 +0000 (10:44 +0000)
commit0dd7e15e11c5a3829dbd4efa663c330bb21d23e2
tree5ecdf795f3d6821ac62b60d6f80be2bd25e3ba62
parent701a64057317fb589f9b27a2dfe6c7ce094be2f4
[project @ 2003-04-17 10:44:59 by simonmar]
Add a hash table implementation.  This is an implementation of Dynamic
Hash Tables, transliterated from the code in GHC's RTS into Haskell.
I'd like to say it looks nicer, and well, maybe it does a little.

Comments on the interface are welcome.

This hash table implementation will be used by the new Typeable
framework to do hash-consing and fast comparison of TypeRep values.
Data/HashTable.hs [new file with mode: 0644]