3cc2d2496a
in the ST monad, as well as a type class abstracting their common operations, and a set of wrappers to use the hash tables in the IO monad. WWW: http://github.com/gregorycollins/hashtables Obtained from: FreeBSD Haskell
5 lines
273 B
Text
5 lines
273 B
Text
This package provides a couple of different implementations of mutable hash tables
|
|
in the ST monad, as well as a type class abstracting their common operations, and
|
|
a set of wrappers to use the hash tables in the IO monad.
|
|
|
|
WWW: http://github.com/gregorycollins/hashtables
|