definition:
|
completeRule :: CaseOptions -> Rule -> Rule
completeRule _ (External n) = External n
completeRule opts (Rule args rhs) =
Rule args (completeExp opts rhs)
|
demand:
|
argument 2
|
deterministic:
|
deterministic operation
|
failfree:
|
(_, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,{External}) |-> {External} || (_,{Rule}) |-> {Rule}}
|
name:
|
completeRule
|
precedence:
|
no precedence defined
|
result-values:
|
{External,Rule}
|
signature:
|
CaseOptions -> FlatCurry.Types.Rule -> FlatCurry.Types.Rule
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|