-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In our implementation of COMPARE_OP, we were looping through all possible bindings of the left and right side, then calling the comparison magic method with all the left bindings that could not be matched definitely, and the *entire right variable*. Just as for the left side, we should be filtering out the right bindings that were already matched. PiperOrigin-RevId: 343433846
- Loading branch information
Showing
2 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters