FileSize | 35804 |
MD5 | 3E31B4892D9EC16488FDF4B5A68FE551 |
PackageDescription | monad for managed values
In Haskell you very often acquire values using the with...
idiom using functions of type (a -> IO r) -> IO r. This idiom forms a
Monad, which is a special case of the ContT monad (from transformers) or
the Codensity monad (from kan-extensions). The main purpose behind this
package is to provide a restricted form of these monads specialized to this
unusually common case.
.
The reason this package defines a specialized version of these types
is to:
.
* be more beginner-friendly,
* simplify inferred types and error messages, and:
* provide some additional type class instances that would otherwise
be orphan instances
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell. |
PackageMaintainer | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
PackageName | libghc-managed-dev |
PackageSection | haskell |
PackageVersion | 1.0.7-2+b1 |
SHA-1 | 51B9A1C97347609F4FC01F80506E306A73588485 |
SHA-256 | DBCD186E8C3D8BF09B0B2F7D43AC9D5796CED169C65DFB0F2391AC4D5E734506 |