FICHA · MANJARO

haskell-strict-list

Strict linked list

  • Library
  • LIBRARY
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

Provides a strict linked list for Haskell. Strict lists evaluate elements more eagerly than lazy lists, which can improve memory predictability for some workloads.

It is useful for parsers, streaming-like transformations, performance-sensitive data handling, and code that should avoid building chains of unevaluated thunks. It is a developer library and should be selected when strictness is desired.

Permissions

Permissions not analysed for this source yet.