Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
newtype Throw e (m :: * -> *) (a :: *) where Source #
An effect for throwing exceptions of type e
.
Instances
(Eff ErrorIO m, Exception e) => Handler ErrorToErrorIOAsExcH (Throw e) m Source # | |
Defined in Control.Effect.Internal.Error effHandler :: EffHandler (Throw e) m Source # |