monad-peel: Lift control operations like exception catching through monad transformers
This package defines MonadPeelIO
, a subset of MonadIO
into which
generic control operations such as catch
can be lifted from IO
.
Instances are based on monad transformers in MonadTransPeel
, which
includes all standard monad transformers in the transformers
library except ContT
. For convenience, it provides a wrapped
version of Control.Exception with types generalized from IO
to all
monads in MonadPeelIO
.
Downloads
- monad-peel-0.1.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.1, 0.2, 0.2.1, 0.2.1.1, 0.2.1.2, 0.3 |
---|---|
Dependencies | base (>=3 && <4.7), extensible-exceptions, transformers (>=0.2 && <0.4) [details] |
License | BSD-3-Clause |
Copyright | (c) 2010 Anders Kaseorg |
Author | Anders Kaseorg |
Maintainer | Anders Kaseorg <andersk@mit.edu> |
Revised | Revision 1 made by HerbertValerioRiedel at 2015-01-13T15:51:06Z |
Category | Control |
Home page | http://andersk.mit.edu/haskell/monad-peel/ |
Uploaded | by AndersKaseorg at 2012-11-20T23:14:32Z |
Distributions | LTSHaskell:0.3, Stackage:0.3 |
Reverse Dependencies | 19 direct, 348 indirect [details] |
Downloads | 6418 total (2 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |