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 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.

Modules

[Index]

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) [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-01T00:00:11Z
Distributions Arch:0.3.2, Debian:0.3.1
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 5408 total (25 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]