Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Mueval.ArgsParse
Synopsis
- data Options = Options {
- timeLimit :: Int
- modules :: Maybe [String]
- expression :: String
- loadFile :: String
- user :: String
- printType :: Bool
- typeOnly :: Bool
- extensions :: Bool
- namedExtensions :: [String]
- noImports :: Bool
- rLimits :: Bool
- packageTrust :: Bool
- trustedPackages :: [String]
- help :: Bool
- interpreterOpts :: [String] -> Either (Bool, String) Options
Documentation
See the results of --help for information on what each option means.
Constructors
Options | |
Fields
|
interpreterOpts :: [String] -> Either (Bool, String) Options Source #