definition:
|
trBranch :: (APattern a -> AExpr a -> b) -> ABranchExpr a -> b
trBranch branch (ABranch 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:
|
{(_,{ABranch}) |-> _}
|
name:
|
trBranch
|
precedence:
|
no precedence defined
|
result-values:
|
_
|
signature:
|
(FlatCurry.Annotated.Types.APattern a -> FlatCurry.Annotated.Types.AExpr a -> b)
-> FlatCurry.Annotated.Types.ABranchExpr a -> b
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|