definition:
|
analyseSetValued :: [FuncDecl] -> [(QName,Bool)]
analyseSetValued = analyseWithDependencies isSetValuedDefined or
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
failfree:
|
<FAILING>
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{() |-> {analyseWithDependencies}}
|
name:
|
analyseSetValued
|
precedence:
|
no precedence defined
|
result-values:
|
{analyseWithDependencies}
|
signature:
|
[FlatCurry.Types.FuncDecl] -> [((String, String), Prelude.Bool)]
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|