list-tries-0.6.4: Tries and Patricia tries: finite sets and maps for list keys
Safe Haskell
None
Language
Haskell98
Data.ListTrie.Map.Enum
Description
A map from lists of enumerable elements to arbitrary values, based on a
trie.
Note that those operations which require an ordering, such as toAscList,
do not compare the elements themselves, but rather their Int representation
after fromEnum.