The monad-peel package
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.
Properties
| Versions | 0.1, 0.1.1 |
|---|---|
| Dependencies | base (≥3 & <5), extensible-exceptions, transformers (≥0.2 & <0.4) |
| License | BSD3 |
| Copyright | (c) 2010 Anders Kaseorg |
| Author | Anders Kaseorg |
| Maintainer | Anders Kaseorg <andersk@mit.edu> |
| Category | Control |
| Home page | http://andersk.mit.edu/haskell/monad-peel/ |
| Upload date | Tue Nov 20 23:14:32 UTC 2012 |
| Uploaded by | AndersKaseorg |
| Built on | ghc-7.6 |
| Distributions | NixOS: 0.1.1 |
Modules
- Control
- Exception
- Monad
Downloads
- monad-peel-0.1.1.tar.gz (Cabal source package)
- package description (included in the package)