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
C
c
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
c
Commits
eee1edcb
Commit
eee1edcb
authored
Oct 13, 2020
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update dependencies
parent
80987bc9
Pipeline
#36093
failed with stage
in 14 minutes and 56 seconds
Changes
2
Pipelines
9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
opam
opam
+1
-1
theories/lib/locking_heap.v
theories/lib/locking_heap.v
+1
-1
No files found.
opam
View file @
eee1edcb
...
...
@@ -9,5 +9,5 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iris-c" ]
depends: [
"coq-iris" { (= "dev.2020-10-1
0.0.cb8e35b8
") | (= "dev") }
"coq-iris" { (= "dev.2020-10-1
3.1.5558d66d
") | (= "dev") }
]
theories/lib/locking_heap.v
View file @
eee1edcb
...
...
@@ -369,7 +369,7 @@ Section properties.
∃
lv'
,
lv
≼
lv'
∧
σ
!!
cl
=
Some
(
lv'
,
v
).
Proof
.
rewrite
singleton_included_l
=>
-[[[
q'
lv'
]
av
]
[]].
rewrite
/
to_gen_heap
lookup_fmap
fmap_Some_equiv
=>
-[[
lv''
av'
]
[
Hl
[/=
->
->]]].
rewrite
lookup_fmap
fmap_Some_equiv
=>
-[[
lv''
av'
]
[
Hl
[/=
->
->]]].
move
=>
/
Some_pair_included_total_2
[/
Some_pair_included_total_2
]
[
_
]
Hxb'
.
move
=>
/
to_agree_included
/
leibniz_equiv_iff
=>
->.
by
exists
lv''
.
Qed
.
...
...
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