CurryInfo: rewriting-3.0.0 / Rewriting.Rules.isVariantOf

definition:
isVariantOf :: Eq f => Rule f -> Rule f -> Bool
isVariantOf = on (==) normalizeRule
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Checks whether the first rule is a variant of the second rule.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {on}}
name:
isVariantOf
precedence:
no precedence defined
result-values:
{on}
signature:
Prelude.Eq a => (Rewriting.Term.Term a, Rewriting.Term.Term a)
-> (Rewriting.Term.Term a, Rewriting.Term.Term a) -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term