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