Thats probably important
This commit is contained in:
parent
688358aa33
commit
9c6372c3ba
@ -94,6 +94,7 @@ public class UnifyPair {
|
||||
substitution = uni;
|
||||
basePair = base;
|
||||
this.location = location;
|
||||
this.fBounded = fBounded;
|
||||
|
||||
// Caching hashcode
|
||||
hashCode = 17 + 31 * lhs.hashCode() + 31 * rhs.hashCode() + 31 * pairOp.hashCode();
|
||||
|
Loading…
Reference in New Issue
Block a user