definition:
|
renameRuleVars :: Int -> Rule f -> Rule f
renameRuleVars i = both (renameTermVars i)
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Renames the variables in a rule by the given number.
|
failfree:
|
_
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_) |-> {both}}
|
name:
|
renameRuleVars
|
precedence:
|
no precedence defined
|
result-values:
|
{both}
|
signature:
|
Prelude.Int -> (Rewriting.Term.Term a, Rewriting.Term.Term a)
-> (Rewriting.Term.Term a, Rewriting.Term.Term a)
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
reducible on all ground data terms
|