CurryInfo: property-prover-2.0.0 / ToolOptions.defaultOptions

definition:
defaultOptions :: Options
defaultOptions = Options
  { optVerb     = 1
  , optHelp     = False
  , optName     = ""
  , optError    = False
  , optRec      = False
  , optConFail  = False
  , optStrict   = False
  , optFCY      = False
  , optAFCY     = False
  , optFailfree = True
  , optContract = 2
  , optTime     = False
  , optExamples = 3
  , optTimeout  = 4
  , optStoreProof = True
  , optInferNFCs = False
  }
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Default options.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {Options}}
name:
defaultOptions
precedence:
no precedence defined
result-values:
{Options}
signature:
Options
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms