definition:
|
rnmAllVarsInRule :: Update (ARule _) VarIndex
rnmAllVarsInRule f = updRule id (map (\(v,a) -> (f v, a))) (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.Annotated.Types.ARule a
-> FlatCurry.Annotated.Types.ARule a
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
reducible on all ground data terms
|