Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Simcha van Collem
Iris
Commits
5af1b29a
Commit
5af1b29a
authored
7 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Bump coq-stdpp.
parent
d85fdb0e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
opam.pins
+1
-1
1 addition, 1 deletion
opam.pins
theories/proofmode/coq_tactics.v
+1
-1
1 addition, 1 deletion
theories/proofmode/coq_tactics.v
with
2 additions
and
2 deletions
opam.pins
+
1
−
1
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
This diff is collapsed.
Click to expand it.
theories/proofmode/coq_tactics.v
+
1
−
1
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
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment