list-tries-0.6.5: Tries and Patricia tries: finite sets and maps for list keys
Data.ListTrie.Map.Eq
Description
A map from lists of elements that can be compared for equality to arbitrary values, based on a trie.
type TrieMap = TrieMap AList Source #
module Data.ListTrie.Map