The options of the CPM querying tool.
Author: Michael Hanus
Version: November 2024
defaultOptions
:: Options
The default options of the query tool. |
processOptions
:: String -> [String] -> IO (Options,[String])
Process the actual command line arguments and return the options and the name of the main program. |
usageText
:: String
|
printWhenStatus
:: Options -> String -> IO ()
|
printWhenIntermediate
:: Options -> String -> IO ()
|
printWhenAll
:: Options -> String -> IO ()
|
The kind of entity of a Curry module to be queried.
Constructors:
Operation
:: CurryEntity
Type
:: CurryEntity
Class
:: CurryEntity
Unknown
:: CurryEntity
Constructors:
Options
:: Int -> Bool -> CurryEntity -> String -> Bool -> Bool -> Bool -> [String] -> String -> Options
Fields:
optVerb
:: Int
optHelp
:: Bool
optEntity
:: CurryEntity
optCLS
:: String
optDryRun
:: Bool
optForce
:: Bool
optGenerate
:: Bool
optRequest
:: [String]
optOutFormat
:: String
The default options of the query tool.
|
Process the actual command line arguments and return the options and the name of the main program. |
|
|
|
|