The MonadCatchIO-transformers package
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.
Properties
| Versions | 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 |
|---|---|
| Dependencies | base (4.*), extensible-exceptions (0.1.*), transformers (≥0.2 & <0.4) |
| License | BSD3 |
| Maintainer | ariep@xs4all.nl |
| Category | Control |
| Source repository | darcs get http://patch-tag.com/r/AriePeterson/MonadCatchIO-transformers |
| Upload date | Mon Apr 9 21:28:20 UTC 2012 |
| Uploaded by | AriePeterson |
| Built on | ghc-7.4 |
| Distributions | Fedora: 0.3.0.0, NixOS: 0.3.0.0, Debian: 0.3.0.0, FreeBSD: 0.3.0.0 |
Modules
- Control
Downloads
- MonadCatchIO-transformers-0.3.0.0.tar.gz (Cabal source package)
- package description (included in the package)