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.*) |
| License | PublicDomain |
| Maintainer | ariep@xs4all.nl |
| Category | Control |
| Source repository | darcs get http://patch-tag.com/r/AriePeterson/MonadCatchIO-transformers |
| Upload date | Thu Apr 29 16:55:56 UTC 2010 |
| Uploaded by | AriePeterson |
| Built on | ghc-6.12 |
| 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.2.2.0.tar.gz (Cabal source package)
- package description (included in the package)