ghc-strict 0.4.0.1
Strict data types and String IO
This package provides strict versions of some standard Haskell data types, such as pairs, Maybe
and Either
. It also contains strict IO operations.
- Outputs:
out
- Website: https://hackage.haskell.org/package/strict
- Licenses: Modified BSD
- Package source: gnu/packages/haskell-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ghc-strict 0.4.0.1
as follows:
guix install ghc-strict@0.4.0.1
Or install the latest version:
guix install ghc-strict
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.