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.
Versions [faq] | 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.7), extensible-exceptions (==0.1.*), transformers (==0.2.*) [details] |
License | LicenseRef-PublicDomain |
Author | |
Maintainer | ariep@xs4all.nl |
Revised | Revision 1 made by HerbertValerioRiedel at Sat Jan 3 09:13:08 UTC 2015 |
Category | Control |
Source repo | head: darcs get http://patch-tag.com/r/AriePeterson/MonadCatchIO-transformers |
Uploaded | by AriePeterson at Sun Nov 7 18:18:37 UTC 2010 |
Distributions | Debian:0.3.1.0, Fedora:0.3.1.3, FreeBSD:0.3.1.3, NixOS:0.3.1.3 |
Downloads | 62766 total (358 in the last 30 days) |
Rating | (no votes yet) [estimated by rule of succession] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |
Downloads
- MonadCatchIO-transformers-0.2.2.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'.