Description
A Haskell trie-based map library where keys may be complex structured data. It lets programs index values by richer keys than simple strings or integers while still using a structured lookup strategy.
Developers use it in compilers, memoization, symbolic processing, and algorithms that map from composite keys. Key structure and ordering should be chosen to match expected lookup patterns.