CurryInfo: currycheck-4.0.0 / CC.Options.defaultOptions

definition:
 
defaultOptions :: Options
defaultOptions  = Options
  { optHelp     = False
  , optVerb     = 1
  , optKeep     = False
  , optMaxTest  = 0
  , optMaxFail  = 0
  , optDefType  = "Ordering"
  , optSource   = True
  , optIOTest   = True
  , optProp     = True
  , optSpec     = True
  , optDet      = True
  , optProof    = True
  , optEquiv    = Manual
  , optTime     = False
  , optColor    = True
  , optMainProg = ""
  , optStatFile = ""
  }
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
Default command line 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