list-tries-0.4.3: Tries and Patricia tries: finite sets and maps for list keys

Safe HaskellSafe-Inferred

Data.ListTrie.Patricia.Set.Enum

Description

A set of lists of enumerable elements, based on a Patricia 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.

Documentation