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