CurryInfo: currycheck-4.0.0 / CurryCheck.easyCheckConfig

definition:
easyCheckConfig :: Options -> QName
easyCheckConfig opts =
  (easyCheckExecModule,
   if isQuiet opts     then "quietConfig"   else
   if optVerb opts > 2 then "verboseConfig"
                       else "easyConfig")
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- The configuration option for EasyCheck
indeterministic:
referentially transparent operation
infix:
no fixity defined
name:
easyCheckConfig
precedence:
no precedence defined
result-values:
{(,)}
signature:
CC.Options.Options -> (String, String)
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term