Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support opens_invariants with concrete sets #93

Merged
merged 2 commits into from
Sep 24, 2024

Conversation

jaybosamiya-ms
Copy link
Collaborator

Fixes #91.

Turns out Verus supports this feature (e.g. https://github.com/verus-lang/verus/blob/f833b121bc677b0b1a68c82d002bcbbbf96b2a7e/source/rust_verify_test/tests/open_invariant.rs#L439) even though the docs seem to imply only any and none are supported:
image

Anyways, the tests show us examples of the set version, so we can do just that.

@jaybosamiya-ms jaybosamiya-ms merged commit 9d2c659 into main Sep 24, 2024
8 checks passed
@jaybosamiya-ms jaybosamiya-ms deleted the jb-parse-concrete-opens-invariant branch September 24, 2024 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

verusfmt errors on opens_invariants
2 participants