Support the rarer extension equality operators - #148
jaybosamiya wants to merge 1 commit into
Conversation
parno
left a comment
There was a problem hiding this comment.
This fixes the issue, but are we sure Verus should be supporting such things? I didn't realize Verus included them, and they're pretty ugly.
|
I don't particularly like these operators either, tbqh (you'll notice that I call them the " |
|
There was some support at the Verus meeting today for removing those operators, so perhaps we should hold off merging this for now. |
|
Marked as draft so it doesn't look like an approved PR that is just waiting to be merged. Once it these operators are ripped out of Verus, we should close this PR and close #145. |
Warning
We are considering removing
!~=and!~~=operators from Verus, thus we might not wish to merge this PR.This PR adds support for the rarer extensional equality operators (
!~=and!~~=, which are theevilnegation twins of=~=and=~~=respectively; see verus#23ac0b0).Closes #145.
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.