| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Hbro.Boot
- data Settings = Settings {
- configuration :: Config
- commandMap :: forall m r. (God r m, MonadCatch m) => CommandMap m
- keyMap :: forall m r. (God r m, MonadCatch m) => KeyMap m
- startUp :: forall m r. (God r m, MonadCatch m) => m ()
- hbro :: Settings -> IO ()
Documentation
data Settings
What users can configure.
Constructors
| Settings | |
Fields
| |
Instances
| Default Settings |