FICHA · MANJARO

haskell-generic-trie

A map, where the keys may be complex structured data

  • haskell-library
  • LIBRARY
  • DATA-STRUCTURES
  • MAPS
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

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.

Permissions

Permissions not analysed for this source yet.