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
!36
Fix proof after
iris!1035
.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix proof after
iris!1035
.
snyke7/lambda-rust:ike/fix_limit_iframe_ex
into
master
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Ike Mulder
requested to merge
snyke7/lambda-rust:ike/fix_limit_iframe_ex
into
master
1 year ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
ba676fcb
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
theories/typing/own.v
+
1
−
1
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
.
iFrame
"∗#"
;
auto
.
iFrame
"∗#"
.
by
iIntros
"!> $"
.
Qed
.
Lemma
read_own_move
E
L
ty
n
:
Loading