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