Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- absorbError :: Member (Error e) r => (MonadError e (Sem r) => Sem r a) -> Sem r a
Documentation
:: Member (Error e) r | |
=> (MonadError e (Sem r) => Sem r a) | A computation that requires an instance of |
-> Sem r a |
Introduce a local MonadError
constraint on Sem
--- allowing it to
interop nicely with MTL.
Since: 0.3.0.0