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
Jonas Kastberg
iris
Commits
65bde879
Commit
65bde879
authored
Oct 26, 2017
by
Robbert Krebbers
Browse files
Removed a stray proof mode lemma.
parent
fe17c6af
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/coq_tactics.v
View file @
65bde879
...
...
@@ -529,10 +529,6 @@ Proof.
intros
.
rewrite
envs_app_sound
//
;
simpl
.
rewrite
right_id
.
by
apply
wand_mono
.
Qed
.
Lemma
tac_wand_intro_pure
Δ
P
φ
Q
:
IntoPure
P
φ
→
(
φ
→
Δ
⊢
Q
)
→
Δ
⊢
P
-
∗
Q
.
Proof
.
intros
.
by
apply
wand_intro_l
;
rewrite
(
into_pure
P
)
;
apply
pure_elim_sep_l
.
Qed
.
Lemma
tac_wand_intro_drop
Δ
P
Q
:
(
Δ
⊢
Q
)
→
Δ
⊢
P
-
∗
Q
.
Proof
.
intros
.
apply
wand_intro_l
.
by
rewrite
sep_elim_r
.
Qed
.
...
...
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