generic-trie: A map, where the keys may be complex structured data.
This type implements maps where the keys are themeselves
complexs strucutured 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 strucutre,
so values of types that have support for Generic may
be automatically used as keys in the map.
Downloads
- generic-trie-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
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 |
|---|---|
| Dependencies | base (>=4.5 && <4.9), containers (>=0.4.2.1 && <0.6) [details] |
| License | BSD-3-Clause |
| Author | Eric Mertens |
| Maintainer | emertens@gmail.com |
| Uploaded | by EricMertens at 2015-02-01T00:00:11Z |
| 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 |
| Distributions | Arch:0.3.2, Debian:0.3.1 |
| Reverse Dependencies | 4 direct, 0 indirect [details] |
| Downloads | 5763 total (34 in the last 30 days) |
| Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs uploaded by user Build status unknown [no reports yet] |