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.
Lemma test_apply_fupd_intro_mask E1 E2 P :
E2 E1 P -∗ |={E1,E2}=> |={E2,E1}=> P.
Proof.
iIntros. iApply fupd_intro_mask.
Qed.
Proof. iIntros. by iApply fupd_intro_mask. Qed.
Lemma test_apply_fupd_intro_mask_2 E1 E2 P :
E2 E1 P -∗ |={E1,E2}=> |={E2,E1}=> P.
Proof.
iIntros. iFrame.
by iApply fupd_intro_mask'. (* But no annotation is needed here *)
iIntros. iFrame. by iApply fupd_intro_mask'.
Qed.
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