| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Language.QBE.Simulator.Error
Documentation
Constructors
Instances
| Exception EvalError Source # | |
Defined in Language.QBE.Simulator.Error Methods toException :: EvalError -> SomeException # fromException :: SomeException -> Maybe EvalError # displayException :: EvalError -> String # | |
| Show EvalError Source # | |
| Eq EvalError Source # | |
| MonadError EvalError (SimState v b) Source # | Implements |
Defined in Language.QBE.Simulator.Default.State Methods throwError :: EvalError -> SimState v b a # catchError :: SimState v b a -> (EvalError -> SimState v b a) -> SimState v b a # | |