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

AddModal: fix priorities.

parent 4eb6e55d
No related branches found
No related tags found
No related merge requests found
...@@ -909,12 +909,12 @@ Proof. ...@@ -909,12 +909,12 @@ Proof.
intros. rewrite /AddModal (except_0_intro (_ -∗ _)) (timeless P). intros. rewrite /AddModal (except_0_intro (_ -∗ _)) (timeless P).
by rewrite -except_0_sep wand_elim_r except_0_later. by rewrite -except_0_sep wand_elim_r except_0_later.
Qed. Qed.
Global Instance add_modal_except_0 P Q : AddModal ( P) P ( Q). Global Instance add_modal_except_0 P Q : AddModal ( P) P ( Q) | 1.
Proof. Proof.
intros. rewrite /AddModal (except_0_intro (_ -∗ _)). intros. rewrite /AddModal (except_0_intro (_ -∗ _)).
by rewrite -except_0_sep wand_elim_r except_0_idemp. by rewrite -except_0_sep wand_elim_r except_0_idemp.
Qed. Qed.
Global Instance add_modal_except_0_later P Q : AddModal ( P) P ( Q). Global Instance add_modal_except_0_later P Q : AddModal ( P) P ( Q) | 1.
Proof. Proof.
intros. rewrite /AddModal (except_0_intro (_ -∗ _)). intros. rewrite /AddModal (except_0_intro (_ -∗ _)).
by rewrite -except_0_sep wand_elim_r except_0_later. by rewrite -except_0_sep wand_elim_r except_0_later.
......
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