The options of the Curry->Verifier translation tool.
Author: Michael Hanus
Version: April 2021
defaultOptions
:: Options
|
isUntranslatedFunc
:: (String,String) -> Bool
|
defPrimTypes
:: [(String,String)]
|
options
:: [OptDescr (Options -> Options)]
|
Constructors:
Options
:: Bool -> Int -> Bool -> String -> String -> [QName] -> (QName -> Bool) -> [QName] -> (ProgInfo Deterministic) -> (ProgInfo Completeness) -> Options
Fields:
optHelp
:: Bool
optVerb
:: Int
optStore
:: Bool
optTarget
:: String
optScheme
:: String
optTheorems
:: [QName]
isPrimFunc
:: (QName -> Bool)
primTypes
:: [QName]
detInfos
:: (ProgInfo Deterministic)
patInfos
:: (ProgInfo Completeness)
|
|