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
I
Iron
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
Iris
Iron
Commits
4dcc1427
Commit
4dcc1427
authored
Apr 04, 2020
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump Iris.
parent
5587b018
Pipeline
#26407
failed with stage
in 16 minutes and 18 seconds
Changes
2
Pipelines
6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
opam
opam
+1
-1
theories/heap_lang/heap.v
theories/heap_lang/heap.v
+2
-2
No files found.
opam
View file @
4dcc1427
...
@@ -9,5 +9,5 @@ build: [make "-j%{jobs}%"]
...
@@ -9,5 +9,5 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iron" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iron" ]
depends: [
depends: [
"coq-iris" { (= "dev.2020-0
3-27.1.6eb52a82
") | (= "dev") }
"coq-iris" { (= "dev.2020-0
4-04.3.9b2ad256
") | (= "dev") }
]
]
theories/heap_lang/heap.v
View file @
4dcc1427
...
@@ -91,7 +91,7 @@ Section to_heap.
...
@@ -91,7 +91,7 @@ Section to_heap.
Lemma
heap_singleton_included
σ
l
q
v
:
Lemma
heap_singleton_included
σ
l
q
v
:
{[
l
:
=
(
q
,
to_agree
v
)]}
≼
to_heap
σ
→
σ
!!
l
=
Some
v
.
{[
l
:
=
(
q
,
to_agree
v
)]}
≼
to_heap
σ
→
σ
!!
l
=
Some
v
.
Proof
.
Proof
.
rewrite
singleton_included
=>
-[[
q'
av
]
[]].
rewrite
singleton_included
_l
=>
-[[
q'
av
]
[]].
rewrite
/
to_heap
lookup_fmap
fmap_Some_equiv
=>
-[
v'
[
Hl
[/=
->
->]]].
rewrite
/
to_heap
lookup_fmap
fmap_Some_equiv
=>
-[
v'
[
Hl
[/=
->
->]]].
move
=>
/
Some_pair_included_total_2
[
_
]
/
to_agree_included
/
leibniz_equiv_iff
->
//.
move
=>
/
Some_pair_included_total_2
[
_
]
/
to_agree_included
/
leibniz_equiv_iff
->
//.
Qed
.
Qed
.
...
@@ -241,7 +241,7 @@ Section heap.
...
@@ -241,7 +241,7 @@ Section heap.
iDestruct
"HQs"
as
"[HQ HQs]"
.
iDestruct
"HQ"
as
(
j
π
)
"[Hp' Hj]"
.
iDestruct
"HQs"
as
"[HQ HQs]"
.
iDestruct
"HQ"
as
(
j
π
)
"[Hp' Hj]"
.
iAssert
⌜
π
fs
!!
j
=
Some
π
⌝
%
I
as
%
Hj
.
iAssert
⌜
π
fs
!!
j
=
Some
π
⌝
%
I
as
%
Hj
.
{
iDestruct
(
own_valid_2
with
"Hn Hj"
)
{
iDestruct
(
own_valid_2
with
"Hn Hj"
)
as
%[
Hj
%
singleton_included
Hvalid
]%
auth_both_valid
.
as
%[
Hj
%
singleton_included
_l
Hvalid
]%
auth_both_valid
.
destruct
Hj
as
(
e
π
'
&
Hj
%
leibniz_equiv
&[[=]|(?&?&[=
<-]&[=
<-]&
He
π
)]%
option_included
).
destruct
Hj
as
(
e
π
'
&
Hj
%
leibniz_equiv
&[[=]|(?&?&[=
<-]&[=
<-]&
He
π
)]%
option_included
).
destruct
He
π
as
[<-%
leibniz_equiv
|
Hincl
]
;
last
first
.
destruct
He
π
as
[<-%
leibniz_equiv
|
Hincl
]
;
last
first
.
{
exfalso
.
move
:
(
Hvalid
j
).
rewrite
Hj
.
destruct
e
π
'
=>
//.
{
exfalso
.
move
:
(
Hvalid
j
).
rewrite
Hj
.
destruct
e
π
'
=>
//.
...
...
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