definition:
|
renameTRSVars :: Int -> TRS f -> TRS f
renameTRSVars i = map (renameRuleVars i)
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Renames the variables in every rule of a term rewriting system by the
--- given number.
|
failfree:
|
_
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_) |-> {map}}
|
name:
|
renameTRSVars
|
precedence:
|
no precedence defined
|
result-values:
|
{map}
|
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
|