definition:
|
updFuncArgs :: Update (AFuncDecl a) [(VarIndex, a)]
updFuncArgs = updFuncRule . updRuleArgs
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- update arguments of function, if not externally defined
|
failfree:
|
()
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{() |-> {.._#lambda508}}
|
name:
|
updFuncArgs
|
precedence:
|
no precedence defined
|
result-values:
|
{.._#lambda508}
|
signature:
|
([(Prelude.Int, a)] -> [(Prelude.Int, a)])
-> FlatCurry.Annotated.Types.AFuncDecl a
-> FlatCurry.Annotated.Types.AFuncDecl a
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|