The options of the verification tool together with some related operations.
Author: Michael Hanus
Version: November 2023
defaultOptions
:: Options
The default options of the verification tool. |
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 ()
|
printWhenDetails
:: Options -> String -> IO ()
|
printWhenAll
:: Options -> String -> IO ()
|
Constructors:
Options
:: Int -> Bool -> String -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> String -> Options
Fields:
optVerb
:: Int
optHelp
:: Bool
optFunction
:: String
optImports
:: Bool
optDeleteCache
:: Bool
optRerun
:: Bool
optPublic
:: Bool
optCallTypes
:: Bool
optIOTypes
:: Bool
optVerify
:: Bool
optError
:: Bool
optModule
:: Bool
optStats
:: Bool
optTime
:: Bool
optDomainID
:: String
The default options of the verification tool.
|
Process the actual command line argument and return the options and the name of the main program. |
|
|
|
|
|