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

Comment.

parent 4417beb8
No related branches found
No related tags found
No related merge requests found
...@@ -175,6 +175,9 @@ Section proofmode_classes. ...@@ -175,6 +175,9 @@ Section proofmode_classes.
Global Instance into_modal_fupd E P : IntoModal P (|={E}=> P). Global Instance into_modal_fupd E P : IntoModal P (|={E}=> P).
Proof. rewrite /IntoModal. apply fupd_intro. Qed. Proof. rewrite /IntoModal. apply fupd_intro. Qed.
(* Put a lower priority compared to [elim_modal_fupd_fupd], so that
it is not taken when the first parameter is not specified (in
spec. patterns). *)
Global Instance elim_modal_bupd_fupd E1 E2 P Q : Global Instance elim_modal_bupd_fupd E1 E2 P Q :
ElimModal (|==> P) P (|={E1,E2}=> Q) (|={E1,E2}=> Q) | 10. ElimModal (|==> P) P (|={E1,E2}=> Q) (|={E1,E2}=> Q) | 10.
Proof. Proof.
......
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