Contradiction
data class Contradiction(val lhs: <ERROR CLASS>, val rhs: <ERROR CLASS>) : Equation
Content copied to clipboard
A contradicting equation, trying to equate non equal Terms
Constructors
Functions
Link copied to clipboard
fun apply(substitution: <ERROR CLASS>, equalityChecker: (<ERROR CLASS>, <ERROR CLASS>) -> Boolean = Term::equals): Equation
Content copied to clipboard
Applies given substitution to the Equation left-hand and right-hand sides, returning the new Equation
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard