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
3aa2c6c8
There was a problem fetching the pipeline summary.
Commit
3aa2c6c8
authored
6 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
bump Iris; fix for std++ change
parent
b6f3e75d
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
21
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
-4
2 additions, 4 deletions
theories/concurrent_stacks/concurrent_stack4.v
with
3 additions
and
5 deletions
opam
+
1
−
1
View file @
3aa2c6c8
...
...
@@ -9,6 +9,6 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris_examples"]
depends: [
"coq-iris" { (= "dev.2018-0
5-17.0.463474fb
") | (= "dev") }
"coq-iris" { (= "dev.2018-0
6-23.0.a6e581d0
") | (= "dev") }
"coq-autosubst" { = "dev.coq86" }
]
This diff is collapsed.
Click to expand it.
theories/concurrent_stacks/concurrent_stack4.v
+
2
−
4
View file @
3aa2c6c8
...
...
@@ -268,13 +268,11 @@ Section stack_works.
iDestruct
"Hstack"
as
(
l''
v'
xs
)
"[% [Hl'' [Hstack HP]]]"
.
iDestruct
(
"Hmove"
with
"HP"
)
as
"Hmove"
.
iDestruct
(
fupd_mask_mono
with
"Hmove"
)
as
"Hmove"
;
last
iMod
"Hmove"
as
"[HP HQ'']"
.
{
apply
ndisj_subseteq_difference
;
try
solve_ndisj
.
}
last
iMod
"Hmove"
as
"[HP HQ'']"
;
first
solve_ndisj
.
iDestruct
"Hcont"
as
"[Hsucc _]"
.
iDestruct
(
"Hsucc"
with
"HP"
)
as
"Hsucc"
.
iDestruct
(
fupd_mask_mono
with
"Hsucc"
)
as
"Hsucc"
;
last
(
iMod
"Hsucc"
as
"[HQ HP]"
)
.
{
apply
ndisj_subseteq_difference
;
try
solve_ndisj
.
}
last
(
iMod
"Hsucc"
as
"[HQ HP]"
);
first
solve_ndisj
.
iMod
(
"Hclose2"
with
"[Hl'' Hstack HP]"
)
.
{
iExists
l''
,
v'
,
xs
;
iSplit
;
iFrame
;
auto
.
}
iModIntro
.
...
...
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