definition: |
updBranchExpr :: Update BranchExpr Expr 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.Types.Expr -> FlatCurry.Types.Expr) -> FlatCurry.Types.BranchExpr -> FlatCurry.Types.BranchExpr |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |