| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Control.Effect.Internal.Error
Documentation
Instances
Instances
class (forall e. Threads (ExceptT e) p) => ErrorThreads p Source #
ErrorThreads accepts the following primitive effects:
- Regional- s
- Optional- s(when- sis a functor)
- BaseControl- b
- Unravel- p
- ListenPrim- s(when- sis a- Monoid)
- WriterPrim- s(when- sis a- Monoid)
- ReaderPrim- i
- Mask
- Bracket
- Fix
Instances
| (forall e. Threads (ExceptT e) p) => ErrorThreads p Source # | |
| Defined in Control.Effect.Internal.Error | |