./devel/hs-strict, Strict data types and String IO

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2022Q3, Version: 0.4.0.1nb4, Package name: hs-strict-0.4.0.1nb4, Maintainer: pho

This package provides strict versions of some standard Haskell data
types (pairs, Maybe and Either). It also contains strict IO
operations.

It is common knowledge that lazy datastructures can lead to
space-leaks. This problem is particularly prominent, when using lazy
datastructures to store the state of a long-running application in
memory. One common solution to this problem is to use seq and its
variants in every piece of code that updates your state. However a
much easier solution is to use fully strict types to store such state
values. By "fully strict types" we mean types for whose values it
holds that, if they are in weak-head normal form, then they are also
in normal form. Intuitively, this means that values of fully strict
types cannot contain unevaluated thunks.


Master sites:

Filesize: 12.195 KB

Version history: (Expand)