FICHA · MANJARO

haskell-data-inttrie

A simple lazy, infinite trie from integers

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

Description

A Haskell library providing a simple lazy infinite trie indexed by integers. It can represent mappings from integer-like keys in a structure that is computed only as needed.

Developers use it in memoization, algorithms, and functional data structures. Lazy infinite structures are useful, but code should avoid retaining more of the trie than necessary.

Permissions

Permissions not analysed for this source yet.