definition:
|
updCombs :: (CombType -> QName -> [Expr] -> Expr) -> Expr -> Expr
updCombs comb = trExpr Var Lit comb Let Free Or Case Branch Typed
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- update all combined expressions in given expression
|
failfree:
|
_
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_) |-> {trExpr}}
|
name:
|
updCombs
|
precedence:
|
no precedence defined
|
result-values:
|
{trExpr}
|
signature:
|
(FlatCurry.Types.CombType -> (String, String) -> [FlatCurry.Types.Expr]
-> FlatCurry.Types.Expr) -> 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
|