Replies: 1 comment
-
"old" is assuming that there are two heaps in scope, the old one and the current one. To ensure you have access to this construct, please replace |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Say I want to verify the equivalence of two dafny annotations. Currently my method is to first verify the programs' precondition equivalence and then postcondition' equivalence in the following format:
Background and Motivation
If I were to do it this way, then predicates disallow me to use
old
expression, so I cannot verify any postconditions likeIs there a better way to do it?
Proposed Feature
Verify annotation equivalence
Alternatives
No response
Beta Was this translation helpful? Give feedback.
All reactions