list-tries-0.6.5: Tries and Patricia tries: finite sets and maps for list keys
Data.ListTrie.Set.Ord
Description
A set of lists of elements that can be totally ordered, based on a trie.
type TrieSet = TrieSet Map Source #
module Data.ListTrie.Set