| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Ribosome.Host.Data.BootError
Description
The fatal error type
Synopsis
- newtype BootError = BootError {
- unBootError :: Text
Documentation
This type represents the singular fatal error used by Ribosome.
Contrary to all other errors, this one is used with Error instead of Stop.
It is only thrown from intialization code of interpreters when operation of the plugin is impossible due to the error
condition.
Constructors
| BootError | |
Fields
| |
Instances
| IsString BootError Source # | |
Defined in Ribosome.Host.Data.BootError Methods fromString :: String -> BootError # | |
| Show BootError Source # | |
| Eq BootError Source # | |
| Ord BootError Source # | |