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
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Service Desk
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
lambda-rust
Commits
c788b94e
Commit
c788b94e
authored
2 months ago
by
Jacques-Henri Jourdan
Browse files
Options
Downloads
Patches
Plain Diff
Thou shalt not use generated names.
parent
3e2074fd
No related branches found
No related tags found
No related merge requests found
Pipeline
#119813
passed
2 months ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/lifetime/model/accessors.v
+2
-2
2 additions, 2 deletions
theories/lifetime/model/accessors.v
with
2 additions
and
2 deletions
theories/lifetime/model/accessors.v
+
2
−
2
View file @
c788b94e
...
@@ -167,7 +167,7 @@ Proof.
...
@@ -167,7 +167,7 @@ Proof.
iMod
(
"Hclose'"
with
"[-Hbor Hclose]"
)
as
"_"
.
iMod
(
"Hclose'"
with
"[-Hbor Hclose]"
)
as
"_"
.
{
iExists
_,
_
.
iFrame
.
rewrite
big_sepS_later
.
iApply
"Hclose''"
.
{
iExists
_,
_
.
iFrame
.
rewrite
big_sepS_later
.
iApply
"Hclose''"
.
iLeft
.
iFrame
"%"
.
iExists
_,
_
.
iFrame
.
}
iLeft
.
iFrame
"%"
.
iExists
_,
_
.
iFrame
.
}
iExists
κ''
.
iFrame
"#"
.
iIntros
"!>
*
HvsQ HQ"
.
clear
-
HE
.
iExists
κ''
.
iFrame
"#"
.
iIntros
"!>
%Q
HvsQ HQ"
.
clear
-
HE
.
iInv
mgmtN
as
(
A
I
)
"(>HA & >HI & Hinv)"
"Hclose'"
.
iInv
mgmtN
as
(
A
I
)
"(>HA & >HI & Hinv)"
"Hclose'"
.
iDestruct
(
own_bor_auth
with
"HI Hbor"
)
as
%
Hκ'
.
iDestruct
(
own_bor_auth
with
"HI Hbor"
)
as
%
Hκ'
.
rewrite
big_sepS_later
big_sepS_elem_of_acc
?elem_of_dom
//
rewrite
big_sepS_later
big_sepS_elem_of_acc
?elem_of_dom
//
...
@@ -235,7 +235,7 @@ Proof.
...
@@ -235,7 +235,7 @@ Proof.
as
%
[
EQB
%
to_borUR_included
_]
%
auth_both_valid_discrete
.
as
%
[
EQB
%
to_borUR_included
_]
%
auth_both_valid_discrete
.
iMod
(
slice_delete_full
_
_
true
with
"Hs Hbox"
)
as
(
Pb'
)
"(HP' & EQ & Hbox)"
.
iMod
(
slice_delete_full
_
_
true
with
"Hs Hbox"
)
as
(
Pb'
)
"(HP' & EQ & Hbox)"
.
solve_ndisj
.
by
rewrite
lookup_fmap
EQB
.
iDestruct
(
"HPP'"
with
"HP'"
)
as
"$"
.
solve_ndisj
.
by
rewrite
lookup_fmap
EQB
.
iDestruct
(
"HPP'"
with
"HP'"
)
as
"$"
.
iApply
fupd_mask_intro
;
[
solve_ndisj
|]
.
iIntros
"Hclose
*
HvsQ HQ"
.
iApply
fupd_mask_intro
;
[
solve_ndisj
|]
.
iIntros
"Hclose
%Q
HvsQ HQ"
.
iMod
"Hclose"
as
"_"
.
iDestruct
(
add_vs
with
"EQ Hvs [HvsQ]"
)
as
"Hvs"
.
iMod
"Hclose"
as
"_"
.
iDestruct
(
add_vs
with
"EQ Hvs [HvsQ]"
)
as
"Hvs"
.
{
iNext
.
iIntros
"HQ H†"
.
iApply
"HPP'"
.
iApply
(
"HvsQ"
with
"HQ H†"
)
.
}
{
iNext
.
iIntros
"HQ H†"
.
iApply
"HPP'"
.
iApply
(
"HvsQ"
with
"HQ H†"
)
.
}
iMod
(
slice_insert_full
_
_
true
with
"HQ Hbox"
)
as
(
j
)
"(% & #Hs' & Hbox)"
.
iMod
(
slice_insert_full
_
_
true
with
"HQ Hbox"
)
as
(
j
)
"(% & #Hs' & Hbox)"
.
...
...
This diff is collapsed.
Click to expand it.
Yoichi Hirai
@pirapira
mentioned in issue
#9 (closed)
·
2 months ago
mentioned in issue
#9 (closed)
mentioned in issue #9
Toggle commit list
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