Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rodolphe Lepigre
Iris
Commits
9fdbbf4b
Commit
9fdbbf4b
authored
Jan 16, 2018
by
Jacques-Henri Jourdan
Browse files
AddModal: fix priorities.
parent
4eb6e55d
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/class_instances.v
View file @
9fdbbf4b
...
...
@@ -909,12 +909,12 @@ Proof.
intros
.
rewrite
/
AddModal
(
except_0_intro
(
_
-
∗
_
))
(
timeless
P
).
by
rewrite
-
except_0_sep
wand_elim_r
except_0_later
.
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
.
intros
.
rewrite
/
AddModal
(
except_0_intro
(
_
-
∗
_
)).
by
rewrite
-
except_0_sep
wand_elim_r
except_0_idemp
.
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
.
intros
.
rewrite
/
AddModal
(
except_0_intro
(
_
-
∗
_
)).
by
rewrite
-
except_0_sep
wand_elim_r
except_0_later
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment