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