generic-trie: A map, where the keys may be complex structured data.
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.
Downloads
- generic-trie-0.3.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.2, 0.3, 0.3.0.1, 0.3.0.2, 0.3.1, 0.3.2 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.5 && <4.13), containers (>=0.4.2.1 && <0.7), transformers (>=0.2 && <0.6) [details] |
License | BSD-3-Clause |
Author | Eric Mertens |
Maintainer | emertens@gmail.com |
Revised | Revision 2 made by EricMertens at 2018-10-15T16:17:57Z |
Category | Data |
Home page | http://github.com/glguy/tries |
Bug tracker | http://github.com/glguy/tries/issues |
Source repo | head: git clone git://github.com/glguy/tries.git |
Uploaded | by EricMertens at 2018-04-10T15:39:55Z |
Distributions | Arch:0.3.2, Debian:0.3.1 |
Reverse Dependencies | 4 direct, 0 indirect [details] |
Downloads | 5609 total (0 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-04-13 [all 1 reports] |