generic-trie

A map, where the keys may be complex structured data.

http://github.com/glguy/tries

Version on this page:0.3.0.2
LTS Haskell 6.35:0.3.0.2
Stackage Nightly 2016-05-25:0.3.0.2
Latest on Hackage:0.3.2

See all snapshots generic-trie appears in

BSD-3-Clause licensed by Eric Mertens
Maintained by [email protected]
This version can be pinned in stack with:generic-trie-0.3.0.2@sha256:964052e02ea76429e7261fec10ed7392e3e9fb662d02bbb94c54045bdcad7763,1553

Module documentation for 0.3.0.2

Used by 1 package in lts-6.31(full list with versions):

This type implements maps where the keys are themselves complex structured data. For example, the keys may be the abstract syntax trees for a programming language. The map is implemented as a trie, so common parts of the keys will be shared in the representation. The library provides a generic implementation of the data structure, so values of types that have support for Generic may be automatically used as keys in the map.

Changes

0.3.0.2

  • GHC 8 compatibility