CurryInfo: cass-4.1.0 / CASS.Configuration.useCurryInfo

definition:
useCurryInfo :: CConfig -> Bool
useCurryInfo cc =
  maybe False (`elem` ["local","remote"]) (lookup "curryinfo" (ccProps cc))
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Returns the curryinfo flag from the current configuration.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
useCurryInfo
precedence:
no precedence defined
result-values:
_
signature:
CConfig -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term