The options of the contract verification tool.
Author: Michael Hanus
Version: September 2017
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. |
Constructors:
Options
:: Int -> Bool -> Bool -> Bool -> Options
Fields:
optVerb
:: Int
optHelp
:: Bool
optReplace
:: Bool
optStrict
:: Bool
|
Process the actual command line argument and return the options and the name of the main program. |