Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
Iris
Commits
65bde879
Commit
65bde879
authored
Oct 26, 2017
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed a stray proof mode lemma.
parent
fe17c6af
Pipeline
#4898
passed with stages
in 2 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
theories/proofmode/coq_tactics.v
theories/proofmode/coq_tactics.v
+0
-4
No files found.
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
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