generic-trie: A map, where the keys may be complex structured data.

[ bsd3, data, library, program ] [ Propose Tags ]

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

Maintainer's Corner

Package maintainers

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), transformers (>=0.2 && <0.5) [details]
License BSD-3-Clause
Author Eric Mertens
Maintainer emertens@gmail.com
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 2015-02-18T19:50:50Z
Distributions Arch:0.3.2, Debian:0.3.1
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 5396 total (32 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 2015-02-18 [all 1 reports]