CurryInfo: flatcurry-4.0.0 / FlatCurry.Goodies.updVars

definition:
updVars :: (Int -> Expr) -> Expr -> Expr
updVars var = trExpr var Lit Comb Let Free Or Case Branch Typed
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- update all variables in given expression
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {trExpr}}
name:
updVars
precedence:
no precedence defined
result-values:
{trExpr}
signature:
(Prelude.Int -> 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