definition:
|
updFuncRule :: Update (AFuncDecl a) (ARule a)
updFuncRule = updFunc id id id id
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- update rule of function
|
failfree:
|
()
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{() |-> {updFunc}}
|
name:
|
updFuncRule
|
precedence:
|
no precedence defined
|
result-values:
|
{updFunc}
|
signature:
|
(FlatCurry.Annotated.Types.ARule a -> FlatCurry.Annotated.Types.ARule 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
|