Skip to content
Snippets Groups Projects
Commit e31f8034 authored by Ralf Jung's avatar Ralf Jung
Browse files

avoid type ascription

parent dbb44a40
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ Section fupd_derived.
Lemma fupd_intro E P : P ={E}=∗ P.
Proof. rewrite -bupd_fupd. apply bupd_intro. Qed.
Lemma fupd_intro_mask' E1 E2 : E2 E1 (|={E1,E2}=> |={E2,E1}=> emp : PROP)%I.
Lemma fupd_intro_mask' E1 E2 : E2 E1 (|={E1,E2}=> |={E2,E1}=> bi_emp (PROP:=PROP))%I.
Proof. exact: fupd_intro_mask. Qed.
Lemma fupd_except_0 E1 E2 P : (|={E1,E2}=> P) ={E1,E2}=∗ P.
Proof. by rewrite {1}(fupd_intro E2 P) except_0_fupd fupd_trans. Qed.
......
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