CurryInfo: flatcurry-annotated-3.3.0 / FlatCurry.Annotated.Goodies.updVars

definition:
updVars :: (a -> VarIndex -> AExpr a) -> AExpr a -> AExpr a
updVars var = trExpr var ALit AComb ALet AFree AOr ACase ABranch ATyped
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:
(a -> Prelude.Int -> FlatCurry.Annotated.Types.AExpr a)
-> FlatCurry.Annotated.Types.AExpr a -> FlatCurry.Annotated.Types.AExpr a
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms