derive-trie

Automatic derivation of Trie implementations.

http://github.com/baldo/derive-trie

Latest on Hackage:0.2.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Peter Findeisen, Frank Huch, Sebastian Fischer, Andreas Baldeau
Maintained by Andreas Baldeau

Automatic derivation of Trie implementations from user defined key types with Template Haskell. Uses KeyMap class as interface for tries.