definition:
|
updBranchExpr :: Update (ABranchExpr a) (AExpr a)
updBranchExpr = updBranch id
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- update expression of branch expression
|
failfree:
|
()
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{() |-> {updBranch}}
|
name:
|
updBranchExpr
|
precedence:
|
no precedence defined
|
result-values:
|
{updBranch}
|
signature:
|
(FlatCurry.Annotated.Types.AExpr a -> FlatCurry.Annotated.Types.AExpr a)
-> FlatCurry.Annotated.Types.ABranchExpr a
-> FlatCurry.Annotated.Types.ABranchExpr a
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|