Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
examples
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Iris
examples
Commits
ea96da9e
Commit
ea96da9e
authored
4 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Bump Iris (iExists ?).
parent
f25d1b45
No related branches found
No related tags found
No related merge requests found
Pipeline
#31804
failed
4 years ago
Stage: build
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
opam
+1
-1
1 addition, 1 deletion
opam
theories/concurrent_stacks/concurrent_stack4.v
+2
-2
2 additions, 2 deletions
theories/concurrent_stacks/concurrent_stack4.v
with
3 additions
and
3 deletions
opam
+
1
−
1
View file @
ea96da9e
...
...
@@ -9,7 +9,7 @@ dev-repo: "git+https://gitlab.mpi-sws.org/FP/iris-examples.git"
synopsis: "A collection of case studies for Iris"
depends: [
"coq-iris" { (= "dev.2020-07-
15.7.fa9d6a7c
") | (= "dev") }
"coq-iris" { (= "dev.2020-07-
21.0.e4347ec2
") | (= "dev") }
"coq-autosubst" { = "dev.coq86" }
"coq-iris-string-ident"
]
...
...
This diff is collapsed.
Click to expand it.
theories/concurrent_stacks/concurrent_stack4.v
+
2
−
2
View file @
ea96da9e
...
...
@@ -240,13 +240,13 @@ Section proofs.
wp_pures
.
wp_apply
(
revoke_works
with
"[Hrev]"
);
first
auto
.
iIntros
(
v'
)
"H"
;
iApply
"HΦ"
;
auto
.
-
iDestruct
"Hsome"
as
(
?
?
?
)
"[Hl _]"
.
wp_store
.
-
iDestruct
"Hsome"
as
(
v'
γ'
Q'
)
"[Hl _]"
.
wp_store
.
iMod
(
"Hclose"
with
"[Hl]"
)
as
"_"
.
{
iNext
;
iRight
;
iExists
_,
_,
_;
by
iFrame
.
}
iModIntro
.
wp_pures
.
wp_apply
(
revoke_works
with
"[Hrev]"
);
first
auto
.
iIntros
(
v'
)
"H"
;
iApply
"HΦ"
;
auto
.
iIntros
(
v'
'
)
"H"
;
iApply
"HΦ"
;
auto
.
Qed
.
Local
Notation
"l ↦{-} v"
:=
(
∃
q
,
l
↦
{
q
}
v
)
%
I
...
...
This diff is collapsed.
Click to expand it.
Robbert Krebbers
@robbertkrebbers
mentioned in merge request
iris!479 (merged)
·
4 years ago
mentioned in merge request
iris!479 (merged)
mentioned in merge request iris!479
Toggle commit list
Paolo G. Giarrusso
@Blaisorblade
mentioned in merge request
iris!482 (merged)
·
4 years ago
mentioned in merge request
iris!482 (merged)
mentioned in merge request iris!482
Toggle commit list
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