Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marianna Rapoport
iris-coq
Commits
3a18b722
Commit
3a18b722
authored
Feb 13, 2016
by
Robbert Krebbers
Browse files
Remove FIXME.
parent
9f9bad3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
program_logic/viewshifts.v
View file @
3a18b722
...
...
@@ -92,9 +92,7 @@ Lemma vs_open_close N E P Q R :
Proof
.
intros
;
apply
(
always_intro
_
_
),
impl_intro_l
.
rewrite
always_and_sep_r
assoc
[(
P
★
_
)%
I
]
comm
-
assoc
.
(* FIXME sep_elim_l' is already added to the DB in upred.v. Why do
I have to mention it here again? *)
apply
:
(
pvs_open_close
E
N
)
;
[
by
eauto
using
sep_elim_l'
..|].
eapply
pvs_open_close
;
[
by
eauto
using
sep_elim_l'
..|].
rewrite
sep_elim_r
.
apply
wand_intro_l
.
(* Oh wow, this is annyoing... *)
rewrite
assoc
-
always_and_sep_r'
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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