operational-extra-0.4: Interpretation functions and simple instruction sets for operational

Safe HaskellSafe
LanguageHaskell2010

Control.Monad.Operational.Exception

Documentation

data ExceptionI a where Source #

Constructors

ExceptionI :: SomeException -> ExceptionI a