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
0c437537
Commit
0c437537
authored
1 year ago
by
Ike Mulder
Browse files
Options
Downloads
Patches
Plain Diff
Remove superfluous unfolds
parent
ebd06e13
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!35
Fix broken proofs for improved iFrame ∃
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/typing/own.v
+2
-2
2 additions, 2 deletions
theories/typing/own.v
with
2 additions
and
2 deletions
theories/typing/own.v
+
2
−
2
View file @
0c437537
...
@@ -234,7 +234,7 @@ Section typing.
...
@@ -234,7 +234,7 @@ Section typing.
iIntros
([[|
l
|]|]
tid
F
qmax
qL
?)
"_ _ $ $ Hown"
;
try
done
.
iIntros
([[|
l
|]|]
tid
F
qmax
qL
?)
"_ _ $ $ Hown"
;
try
done
.
iDestruct
"Hown"
as
"[H↦ $]"
.
iDestruct
"H↦"
as
(
vl
)
"[>H↦ #Hown]"
.
iDestruct
"Hown"
as
"[H↦ $]"
.
iDestruct
"H↦"
as
(
vl
)
"[>H↦ #Hown]"
.
iExists
l
,
_,
_
.
iSplitR
;
first
done
.
iExists
l
,
_,
_
.
iSplitR
;
first
done
.
unfold
heap_pointsto_vec
at
1
.
iSplitL
;
iFrame
"∗#"
;
auto
.
iFrame
"∗#"
;
auto
.
Qed
.
Qed
.
Lemma
read_own_move
E
L
ty
n
:
Lemma
read_own_move
E
L
ty
n
:
...
@@ -245,7 +245,7 @@ Section typing.
...
@@ -245,7 +245,7 @@ Section typing.
iDestruct
"Hown"
as
"[H↦ $]"
.
iDestruct
"H↦"
as
(
vl
)
"[>H↦ Hown]"
.
iDestruct
"Hown"
as
"[H↦ $]"
.
iDestruct
"H↦"
as
(
vl
)
"[>H↦ Hown]"
.
iDestruct
(
ty_size_eq
with
"Hown"
)
as
"#>%"
.
iDestruct
(
ty_size_eq
with
"Hown"
)
as
"#>%"
.
iExists
l
,
vl
,
_
.
iSplitR
;
first
done
.
iExists
l
,
vl
,
_
.
iSplitR
;
first
done
.
unfold
heap_pointsto_vec
.
iSplitL
"H↦"
;
iFrame
"∗#"
;
auto
.
iFrame
;
auto
.
by
iIntros
"!> $"
.
by
iIntros
"!> $"
.
Qed
.
Qed
.
...
...
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