The options of the residuation analysis tool.
Author: Michael Hanus
Version: December 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 -> String -> Options
Fields:
optVerb
:: Int
optHelp
:: Bool
optTime
:: Bool
optShow
:: Bool
optShowResOpts
:: Bool
optShowStats
:: Bool
optOutput
:: String
|
Process the actual command line argument and return the options and the name of the main program. |
|
|
|
|