definition: |
branchExpr :: BranchExpr -> Expr branchExpr = trBranch (\_ e -> e) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- get expression from branch expression |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {trBranch}} |
name: |
branchExpr |
precedence: |
no precedence defined |
result-values: |
{trBranch} |
signature: |
FlatCurry.Types.BranchExpr -> FlatCurry.Types.Expr |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |