CurryInfo: cass-4.1.0 / CASS.Configuration.fixpointMethod

definition:
fixpointMethod :: CConfig -> String
fixpointMethod cc = maybe "wlist" id  (lookup "fixpoint" (ccProps cc))
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Returns the fixpoint computation method from Config file
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
fixpointMethod
precedence:
no precedence defined
result-values:
_
signature:
CConfig -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term