Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lambda-rust
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Simon Spies
lambda-rust
Commits
5378cb11
Commit
5378cb11
authored
5 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Bump.
parent
602eb833
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
opam
+1
-1
1 addition, 1 deletion
opam
theories/lifetime/model/boxes.v
+2
-2
2 additions, 2 deletions
theories/lifetime/model/boxes.v
with
3 additions
and
3 deletions
opam
+
1
−
1
View file @
5378cb11
...
...
@@ -10,5 +10,5 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/lrust'" ]
depends: [
"coq-gpfsl" { (= "dev.2019-08-
13.1.5876a5f6
") | (= "dev") }
"coq-gpfsl" { (= "dev.2019-08-
25.0.4eb5203b
") | (= "dev") }
]
This diff is collapsed.
Click to expand it.
theories/lifetime/model/boxes.v
+
2
−
2
View file @
5378cb11
...
...
@@ -218,7 +218,7 @@ Proof.
iAssert
([
∗
map
]
γ
↦_
∈
f
,
▷
Φ
γ
V
)
%
I
with
"[HP]"
as
"HP'"
.
{
rewrite
-
big_sepM_later
-
monPred_at_big_sepM
.
iNext
.
by
iRewrite
"HeqP"
in
"HP"
.
}
iCombine
"Hf"
"HP'"
as
"Hf"
.
rewrite
-
big_sepM_sep
big_opM_fmap
;
iApply
(
fupd_
big_sepM
_
_
f
)
.
rewrite
-
big_sepM_sep
big_opM_fmap
;
iApply
(
big_sepM
_fupd
_
_
f
)
.
iApply
(
@
big_sepM_impl
with
"[$Hf]"
)
.
iAlways
;
iIntros
(
γ
b'
?)
"[(Hγ' & #$ & #$) HΦ]"
.
iInv
N
as
(
b
)
"[>Hγ _]"
"Hclose"
.
...
...
@@ -235,7 +235,7 @@ Proof.
iAssert
(([
∗
map
]
γ
↦
b
∈
f
,
▷
Φ
γ
V
)
∗
[
∗
map
]
γ
↦
b
∈
f
,
box_own_auth
γ
(
◯
Excl'
None
)
∗
box_own_prop
γ
(
Φ
γ
)
∗
inv
N
(
slice_inv
γ
(
Φ
γ
)))
%
I
with
"[> Hf]"
as
"[HΦ ?]"
.
{
rewrite
-
big_sepM_sep
-
fupd_
big_sepM
.
iApply
(
@
big_sepM_impl
with
"[$Hf]"
)
.
{
rewrite
-
big_sepM_sep
-
big_sepM
_fupd
.
iApply
(
@
big_sepM_impl
with
"[$Hf]"
)
.
iAlways
;
iIntros
(
γ
o
?)
"(Hγ' & #HγΦ & #Hinv)"
.
assert
(
Ho
:
from_option
(
⊑
V
)
False
o
)
by
eauto
.
destruct
o
as
[
V'
|]=>
//.
rewrite
-
Ho
.
...
...
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