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
Merge requests
!35
Fix broken proofs for improved iFrame ∃
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix broken proofs for improved iFrame ∃
snyke7/lambda-rust:ike/frame_exist
into
master
Overview
0
Commits
4
Pipelines
0
Changes
1
Merged
Ike Mulder
requested to merge
snyke7/lambda-rust:ike/frame_exist
into
master
1 year ago
Overview
0
Commits
4
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
0c437537
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
0c437537
Remove superfluous unfolds
· 0c437537
Ike Mulder
authored
1 year ago
theories/typing/own.v
+
2
−
2
Options
@@ -234,7 +234,7 @@ Section typing.
iIntros
([[|
l
|]|]
tid
F
qmax
qL
?)
"_ _ $ $ Hown"
;
try
done
.
iDestruct
"Hown"
as
"[H↦ $]"
.
iDestruct
"H↦"
as
(
vl
)
"[>H↦ #Hown]"
.
iExists
l
,
_,
_
.
iSplitR
;
first
done
.
unfold
heap_pointsto_vec
at
1
.
iSplitL
;
iFrame
"∗#"
;
auto
.
iFrame
"∗#"
;
auto
.
Qed
.
Lemma
read_own_move
E
L
ty
n
:
@@ -245,7 +245,7 @@ Section typing.
iDestruct
"Hown"
as
"[H↦ $]"
.
iDestruct
"H↦"
as
(
vl
)
"[>H↦ Hown]"
.
iDestruct
(
ty_size_eq
with
"Hown"
)
as
"#>%"
.
iExists
l
,
vl
,
_
.
iSplitR
;
first
done
.
unfold
heap_pointsto_vec
.
iSplitL
"H↦"
;
iFrame
"∗#"
;
auto
.
iFrame
;
auto
.
by
iIntros
"!> $"
.
Qed
.
Loading