Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jonas Kastberg
iris
Commits
9fdbbf4b
Commit
9fdbbf4b
authored
Jan 16, 2018
by
Jacques-Henri Jourdan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AddModal: fix priorities.
parent
4eb6e55d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
theories/proofmode/class_instances.v
theories/proofmode/class_instances.v
+2
-2
No files found.
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