generic-trie

Version 0.3.2 revision 0 uploaded by dfeuer.

Package meta

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

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.

Author
Eric Mertens
Bug reports
http://github.com/glguy/tries/issues
Category
Data
Copyright
n/a
Homepage
http://github.com/glguy/tries
Maintainer
emertens@gmail.com
Package URL
n/a
Stability
n/a

Components