definition:
|
analyseTotallyDefined :: [TypeDecl] -> [FuncDecl] -> [(QName,CompletenessType)]
analyseTotallyDefined types = analyseWithDependencies (analyseCompleteness types) cAnd
where cAnd = foldr combineAndResults Complete
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
failfree:
|
<FAILING>
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_) |-> {analyseWithDependencies}}
|
name:
|
analyseTotallyDefined
|
precedence:
|
no precedence defined
|
result-values:
|
{analyseWithDependencies}
|
signature:
|
[FlatCurry.Types.TypeDecl] -> [FlatCurry.Types.FuncDecl]
-> [((String, String), CompletenessType)]
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|