| Copyright | (c) Ivan Lazar Miljenovic |
|---|---|
| License | MIT |
| Maintainer | Ivan.Miljenovic@gmail.com |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Control.Quiver.Instances
Contents
Description
Currently this provides instances for the MonadThrow, MonadCatch
and MonadMask classes from the
exceptions library.
Orphan instances
| MonadBase bm f => MonadBase bm (P a a' b b' f) Source # | |
| MonadThrow f => MonadThrow (P a a' b b' f) Source # | Throws exceptions into the base monad. |
| MonadCatch f => MonadCatch (P a a' b b' f) Source # | |
| (MonadIO f, MonadMask f) => MonadMask (P a a' b b' f) Source # | |
| MonadResource f => MonadResource (P a a' b b' f) Source # | |