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

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


Branch: CURRENT, Version: 0.5nb1, Package name: hs-strict-0.5nb1, 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.27 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-28 22:03:46 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-strict: Update to 0.5

Depend on bifunctor-classes-compat instead of bifunctors See changelog note
in bifunctors-5.6:
https://hackage.haskell.org/package/bifunctors-5.6/changelog This is
breaking change, but affects only GHC-8.0 and older users.
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-26 12:31:20 by Masatake Daimon | Files touched by this commit (1)
Log message:
devel/hs-strict: Forgot to run makepatchsum
   2023-01-26 12:30:52 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-strict: Fix build with GHC 9.4
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler
   2022-02-12 06:20:13 by Masatake Daimon | Files touched by this commit (2)
Log message:
Fix build with GHC 9.2