MonadCatchIO-transformers: Monad-transformer compatible version of the Control.Exception module
Deprecated
in favor of exceptions
Provides functions to throw and catch exceptions. Unlike the functions from
Control.Exception
, which work in IO
, these work in any stack of monad
transformers (from the transformers
package) with IO
as the base monad.
You can extend this functionality to other monads, by creating an instance
of the MonadCatchIO
class.
Warning: this package is deprecated. Use the exceptions
package instead,
if possible.
Downloads
- MonadCatchIO-transformers-0.3.1.2.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.0.1.0, 0.0.2.0, 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.2.1, 0.2.2.2, 0.2.2.3, 0.3.0.0, 0.3.1.0, 0.3.1.1, 0.3.1.2, 0.3.1.3 |
---|---|
Dependencies | base (<4.8), extensible-exceptions (>=0.1 && <0.2), monads-tf (>=0.1 && <0.2), transformers (>=0.2 && <0.5) [details] |
License | BSD-3-Clause |
Author | |
Maintainer | ariep@xs4all.nl |
Revised | Revision 1 made by AriePeterson at 2014-07-09T10:58:03Z |
Category | Control |
Source repo | head: darcs get http://hub.darcs.net/AriePeterson/MonadCatchIO-transformers |
Uploaded | by AriePeterson at 2014-07-09T10:53:11Z |
Distributions | FreeBSD:0.3.1.3 |
Reverse Dependencies | 73 direct, 8156 indirect [details] |
Downloads | 69087 total (28 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |