The options of the non-failing analysis tool.
Author: Michael Hanus
Version: April 2018
defaultOptions
:: Options
|
processOptions
:: String -> [String] -> IO (Options,[String])
Process the actual command line argument and return the options and the name of the main program. |
whenStatus
:: Options -> IO () -> IO ()
|
printWhenStatus
:: Options -> String -> IO ()
|
printWhenIntermediate
:: Options -> String -> IO ()
|
printWhenAll
:: Options -> String -> IO ()
|
Constructors:
Options
:: Int -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Options
Fields:
optVerb
:: Int
optHelp
:: Bool
optError
:: Bool
optRec
:: Bool
optContract
:: Bool
optStrict
:: Bool
optTime
:: Bool
|
Process the actual command line argument and return the options and the name of the main program. |
|
|
|
|