You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, the rewriter thinks that foo == bar matches the reflexivity rule for equality, because a term equality comparison between foo and bar returns True.
The text was updated successfully, but these errors were encountered:
Here's an example:
Basically, the rewriter thinks that
foo == bar
matches the reflexivity rule for equality, because a term equality comparison betweenfoo
andbar
returns True.The text was updated successfully, but these errors were encountered: