| Copyright | (c) Harvard University 2008-2011 (c) Geoffrey Mainland 2011-2014 |
|---|---|
| License | BSD-style |
| Maintainer | mainland@cs.drexel.edu |
| Safe Haskell | None |
| Language | Haskell98 |
Control.Monad.Exception.Instances
Contents
Description
Documentation
Orphan instances
| MonadRWS r w s m => MonadRWS r w s (ExceptionT m) Source # | |
| MonadReader r m => MonadReader r (ExceptionT m) Source # | |
| MonadState s m => MonadState s (ExceptionT m) Source # | |
| MonadWriter w m => MonadWriter w (ExceptionT m) Source # | |
| MonadCont m => MonadCont (ExceptionT m) Source # | |