Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/hs-deepseq,
Deep evaluation of data structures
Branch: CURRENT,
Version: 1.2.0.1,
Package name: hs-deepseq-1.2.0.1,
Maintainer: phoThis package provides methods for fully evaluating data structures
("deep evaluation"). Deep evaluation is often used for adding
strictness to a program, e.g. in order to force pending exceptions,
remove space leaks, or force lazy I/O to happen. It is also useful in
parallel programs, to ensure pending work does not migrate to the
wrong thread.
The primary use of this package is via the deepseq function, a "deep"
version of seq. It is implemented on top of an NFData typeclass
("Normal Form Data", data structures with no unevaluated components)
which defines strategies for fully evaluating different data types.
Required to run:[
wip/ghc]
Required to build:[
devel/pkg-config]
Master sites:
SHA1: 72b19027964faeb8ca6eddabaa8c55282ab82102
RMD160: d36e9ade5701ba4f11efe9e64fd389decdb7d790
Filesize: 3.7 KB
Version history: (Expand)
- (2012-03-05) Package deleted from pkgsrc
- (2011-10-05) Updated to version: hs-deepseq-1.2.0.1
- (2011-01-16) Updated to version: hs-deepseq-1.1.0.2
- (2010-12-01) Package has been reborn
- (2010-02-09) Package added to pkgsrc.se, version hs-deepseq-1.1.0.0 (created)
CVS history: (Expand)