CurryInfo: flatcurry-4.0.0 / FlatCurry.Goodies.updBranches

definition:
updBranches :: (Pattern -> Expr -> BranchExpr) -> Expr -> Expr
updBranches branch = trExpr Var Lit Comb Let Free Or Case branch Typed
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- update all case branches in given expression
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {trExpr}}
name:
updBranches
precedence:
no precedence defined
result-values:
{trExpr}
signature:
(FlatCurry.Types.Pattern -> FlatCurry.Types.Expr -> FlatCurry.Types.BranchExpr)
-> FlatCurry.Types.Expr -> FlatCurry.Types.Expr
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms