Skip to content
Snippets Groups Projects
Commit 98d8373b authored by Jacques-Henri Jourdan's avatar Jacques-Henri Jourdan
Browse files

Fix build.

parent d51217e4
No related branches found
No related tags found
No related merge requests found
...@@ -88,13 +88,10 @@ Section tests. ...@@ -88,13 +88,10 @@ Section tests.
Lemma test_apply_fupd_intro_mask E1 E2 P : Lemma test_apply_fupd_intro_mask E1 E2 P :
E2 E1 P -∗ |={E1,E2}=> |={E2,E1}=> P. E2 E1 P -∗ |={E1,E2}=> |={E2,E1}=> P.
Proof. Proof. iIntros. by iApply fupd_intro_mask. Qed.
iIntros. iApply fupd_intro_mask.
Qed.
Lemma test_apply_fupd_intro_mask_2 E1 E2 P : Lemma test_apply_fupd_intro_mask_2 E1 E2 P :
E2 E1 P -∗ |={E1,E2}=> |={E2,E1}=> P. E2 E1 P -∗ |={E1,E2}=> |={E2,E1}=> P.
Proof. Proof.
iIntros. iFrame. iIntros. iFrame. by iApply fupd_intro_mask'.
by iApply fupd_intro_mask'. (* But no annotation is needed here *)
Qed. Qed.
End tests. End tests.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment