CurryInfo: flatcurry-4.0.0 / FlatCurry.Goodies.rnmAllVarsInRule

definition:
rnmAllVarsInRule :: Update Rule VarIndex
rnmAllVarsInRule f = updRule (map f) (rnmAllVars f) id
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- rename all variables in rule
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {trRule}}
name:
rnmAllVarsInRule
precedence:
no precedence defined
result-values:
{trRule}
signature:
(Prelude.Int -> Prelude.Int) -> FlatCurry.Types.Rule -> FlatCurry.Types.Rule
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms