hbro-1.3.0.0: Minimal extensible web-browser

Safe HaskellNone
LanguageHaskell98

Hbro.Boot

Synopsis

Documentation

data Settings

What users can configure.

Constructors

Settings 

Fields

configuration :: Config
 
commandMap :: forall m r. God r m => CommandMap m
 
keyMap :: forall m r. God r m => KeyMap m
 
startUp :: forall m r. God r m => m ()
 

Instances

hbro :: Settings -> IO ()

Main function to call in the configuration file. Cf Hbro/Main.hs as an example.