| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Environment
Documentation
data Environment Source #
The environment contains the command name, operands, and the result of every option at least. It may contain other items that need to be updated.
Constructors
| Env | |
Fields
| |
Instances
| Show Environment Source # | |
Defined in Environment Methods showsPrec :: Int -> Environment -> ShowS # show :: Environment -> String # showList :: [Environment] -> ShowS # | |
defaultEnv :: Environment Source #
The defualt values, otherwise updated from the flags supplied on by
the command line options. The default program name is backstop.
All options flags are False or off by default.