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
George Pirlea
Iris
Commits
5af1b29a
Commit
5af1b29a
authored
Sep 06, 2017
by
Robbert Krebbers
Browse files
Bump coq-stdpp.
parent
d85fdb0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
opam.pins
View file @
5af1b29a
coq-stdpp https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp
fa6ff9d18aefb29e839e815aa170262d330bd108
coq-stdpp https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp
2d27f42b9c4d9e5c0810122779a93873050fb756
theories/proofmode/coq_tactics.v
View file @
5af1b29a
...
...
@@ -493,7 +493,7 @@ Qed.
(** * Implication and wand *)
Lemma
tac_impl_intro
Δ
Δ
'
i
P
Q
:
(
if
env_spatial_is_nil
Δ
then
Unit
else
PersistentP
P
)
→
(
if
env_spatial_is_nil
Δ
then
TCTrue
else
PersistentP
P
)
→
envs_app
false
(
Esnoc
Enil
i
P
)
Δ
=
Some
Δ
'
→
(
Δ
'
⊢
Q
)
→
Δ
⊢
P
→
Q
.
Proof
.
...
...
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