definition:
|
updProgFuncs :: Update (AProg a) [AFuncDecl a]
updProgFuncs f = updProg id id id f id
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- update functions of program
|
failfree:
|
_
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_) |-> {trProg}}
|
name:
|
updProgFuncs
|
precedence:
|
no precedence defined
|
result-values:
|
{trProg}
|
signature:
|
([FlatCurry.Annotated.Types.AFuncDecl a]
-> [FlatCurry.Annotated.Types.AFuncDecl a]) -> FlatCurry.Annotated.Types.AProg a
-> FlatCurry.Annotated.Types.AProg a
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|