| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Hell.Types
- 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.
Constructors
| Config | |
Fields
| |
State of the shell.
Constructors
| HellState | |
Fields
| |
Instances