Comparison
data class Comparison(val lhs: <ERROR CLASS>, val rhs: <ERROR CLASS>) : Equation
Content copied to clipboard
An equation comparing Terms, possibly different
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