definition: |
trBranch :: (Pattern -> Expr -> a) -> BranchExpr -> a trBranch branch (Branch pat exp) = branch pat exp |
demand: |
arguments 1 2 |
deterministic: |
deterministic operation |
documentation: |
--- transform branch expression |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,{Branch}) |-> _} |
name: |
trBranch |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
(FlatCurry.Types.Pattern -> FlatCurry.Types.Expr -> a) -> FlatCurry.Types.BranchExpr -> a |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |