Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Options
Synopsis
- data Options = Options {
- optViaTCP :: Maybe Int
- optRawAgdaOptions :: [String]
- optHelp :: Bool
- getOptionsFromArgv :: IO Options
- usageMessage :: String
- newtype Config = Config {
- configRawAgdaOptions :: [String]
- initConfig :: Config
Documentation
Command-line arguments
Constructors
Options | |
Fields
|
getOptionsFromArgv :: IO Options Source #
usageMessage :: String Source #
Constructors
Config | |
Fields
|
initConfig :: Config Source #