| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Raw
Documentation
Instances
Instances
| Show ScopeError # | |
Defined in Raw Methods showsPrec :: Int -> ScopeError -> ShowS # show :: ScopeError -> String # showList :: [ScopeError] -> ShowS # | |
data RuntimeError #
Constructors
| GasError | |
| UserError | |
| RuntimeTypeError |
Instances
| Show RuntimeError # | |
Defined in Raw Methods showsPrec :: Int -> RuntimeError -> ShowS # show :: RuntimeError -> String # showList :: [RuntimeError] -> ShowS # | |