-
Notifications
You must be signed in to change notification settings - Fork 1
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
Finalizing Proof of Lemma using the Invariant #2
Comments
But you cannot use |
|
Ah ok. Thanks for the description. I will take care of that. |
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Due to changes in the protocols/ primitives, the proof of the main invariant Lemma in RA.v does not go through.
The old goal looks like this:
and is solved like this:
Now, due to the changes, the code looks as follows:
Common ways to remove the puts such as
eapply r_put_vs_put
orssprove_sync_eq => sk_loc.
do not work.The text was updated successfully, but these errors were encountered: