definition:
|
applySubstEq :: Subst f -> TermEq f -> TermEq f
applySubstEq sub = both (applySubst sub)
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Applies a substitution to both sides of the given term equation.
|
failfree:
|
_
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_) |-> {both}}
|
name:
|
applySubstEq
|
precedence:
|
no precedence defined
|
result-values:
|
{both}
|
signature:
|
Data.Map.Map Prelude.Int (Rewriting.Term.Term a)
-> (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
|