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

Ghost variables for proofs #1167

Open
karthikbhargavan opened this issue Dec 3, 2024 · 0 comments
Open

Ghost variables for proofs #1167

karthikbhargavan opened this issue Dec 3, 2024 · 0 comments
Labels
enhancement New feature or request lib Lib-related issue (e.g. annotations lib)

Comments

@karthikbhargavan
Copy link
Contributor

Often in functions with mutable variables, we end up storing the old value of the variable just for use in invariants and proofs. This pollutes the Rust code, and we should see if we can find a nice style for this.

@W95Psp W95Psp added enhancement New feature or request lib Lib-related issue (e.g. annotations lib) labels Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request lib Lib-related issue (e.g. annotations lib)
Projects
None yet
Development

No branches or pull requests

2 participants