CurryInfo: rewriting-3.0.0 / Rewriting.Rules.normalizeTRS

definition:
normalizeTRS :: TRS f -> TRS f
normalizeTRS = map normalizeRule
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Normalizes all rules in a term rewriting system by renaming all variables
--- with an increasing order, starting from the minimum possible variable.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {map}}
name:
normalizeTRS
precedence:
no precedence defined
result-values:
{map}
signature:
[(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:
possibly non-reducible on same data term