Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
examples
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Simon Friis Vindum
examples
Commits
bcfa9d23
Commit
bcfa9d23
authored
May 24, 2020
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump Iris (sbi removal).
parent
2b52b152
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
opam
opam
+1
-1
theories/barrier/example_joining_existentials.v
theories/barrier/example_joining_existentials.v
+1
-1
No files found.
opam
View file @
bcfa9d23
...
@@ -9,7 +9,7 @@ dev-repo: "git+https://gitlab.mpi-sws.org/FP/iris-examples.git"
...
@@ -9,7 +9,7 @@ dev-repo: "git+https://gitlab.mpi-sws.org/FP/iris-examples.git"
synopsis: "A collection of case studies for Iris"
synopsis: "A collection of case studies for Iris"
depends: [
depends: [
"coq-iris" { (= "dev.2020-05-
18.2.fdda97e8
") | (= "dev") }
"coq-iris" { (= "dev.2020-05-
24.1.76bec8b7
") | (= "dev") }
"coq-autosubst" { = "dev.coq86" }
"coq-autosubst" { = "dev.coq86" }
"coq-iris-string-ident"
"coq-iris-string-ident"
]
]
...
...
theories/barrier/example_joining_existentials.v
View file @
bcfa9d23
...
@@ -58,7 +58,7 @@ Proof.
...
@@ -58,7 +58,7 @@ Proof.
iDestruct
1
as
(
x
)
"[#Hγ Hx]"
;
iDestruct
1
as
(
x'
)
"[#Hγ' Hx']"
.
iDestruct
1
as
(
x
)
"[#Hγ Hx]"
;
iDestruct
1
as
(
x'
)
"[#Hγ' Hx']"
.
iAssert
(
▷
(
x
≡
x'
))%
I
as
"Hxx"
.
iAssert
(
▷
(
x
≡
x'
))%
I
as
"Hxx"
.
{
iCombine
"Hγ"
"Hγ'"
as
"Hγ2"
.
iClear
"Hγ Hγ'"
.
{
iCombine
"Hγ"
"Hγ'"
as
"Hγ2"
.
iClear
"Hγ Hγ'"
.
rewrite
own_valid
csum_validI
/=
agree_validI
agree_equivI
bi
.
later_equivI
/=.
rewrite
own_valid
csum_validI
/=
agree_validI
agree_equivI
later_equivI
/=.
rewrite
-{
2
}[
x
]
oFunctor_map_id
-{
2
}[
x'
]
oFunctor_map_id
.
rewrite
-{
2
}[
x
]
oFunctor_map_id
-{
2
}[
x'
]
oFunctor_map_id
.
assert
(
HF
:
oFunctor_map
F
(
cid
,
cid
)
≡
oFunctor_map
F
(
iProp_fold
(
Σ
:
=
Σ
)
◎
assert
(
HF
:
oFunctor_map
F
(
cid
,
cid
)
≡
oFunctor_map
F
(
iProp_fold
(
Σ
:
=
Σ
)
◎
iProp_unfold
,
iProp_fold
(
Σ
:
=
Σ
)
◎
iProp_unfold
)).
iProp_unfold
,
iProp_fold
(
Σ
:
=
Σ
)
◎
iProp_unfold
)).
...
...
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