FICHA · MANJARO

haskell-strict

Strict data types and String IO

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

Description

Provides strict data types and String IO utilities for Haskell. Strict data types evaluate fields earlier, which can help avoid space leaks in code where laziness is not desired.

It is useful for performance-sensitive programs, long-running services, parsers, and data structures where memory predictability matters. It is a developer library and should be chosen intentionally because strictness changes evaluation behavior.

Permissions

Permissions not analysed for this source yet.