Safe Haskell | None |
---|---|
Language | Haskell98 |
- data Config = Config {
- configImports :: ![String]
- configWelcome :: String
- configHistory :: FilePath
- configPrompt :: String -> FilePath -> Hell String
- data HellState = HellState {
- stateConfig :: !Config
- stateHistory :: !(IORef History)
- stateUsername :: !String
- stateHome :: !FilePath
- stateFunctions :: ![String]
- newtype Hell a = Hell {}
Documentation
Shell config.
Config | |
|
State of the shell.
HellState | |
|