strict - Strict versions of Haskell data types

This package provides strict versions of some standard Haskell data types such as tuples, Maybe and Either.

Documentation

Online documentation generated by Haddock

Download

strict-0.3.2.tar.gz

Building

The package uses Cabal, so the following steps should be sufficient:
      ./Setup.lhs configure
      ./Setup.lhs build
      ./Setup.lhs install

Source

Get the latest sources from the darcs repository
      darcs get http://www.cse.unsw.edu.au/~rl/code/darcs/strict
or browse them online