Safe Haskell | None |
---|
Control.Eff.Exception
Description
Exception-producing and exception-handling effects
Documentation
These are exceptions of the type e. This is akin to the error monad.
Constructors
Exc e |
throwExc :: (Typeable e, Member (Exc e) r) => e -> Eff r aSource
Throw an exception in an effectful computation.