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
0c24904f
Commit
0c24904f
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
fix typo: relf -> refl
parent
e69087a4
No related branches found
No related tags found
No related merge requests found
Pipeline
#41175
passed
4 years ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/typing/lft_contexts.v
+3
-3
3 additions, 3 deletions
theories/typing/lft_contexts.v
with
3 additions
and
3 deletions
theories/typing/lft_contexts.v
+
3
−
3
View file @
0c24904f
...
@@ -95,12 +95,12 @@ Section lft_contexts.
...
@@ -95,12 +95,12 @@ Section lft_contexts.
Lemma
lctx_lft_incl_incl
κ
κ'
:
lctx_lft_incl
κ
κ'
→
lctx_lft_incl
κ
κ'
.
Lemma
lctx_lft_incl_incl
κ
κ'
:
lctx_lft_incl
κ
κ'
→
lctx_lft_incl
κ
κ'
.
Proof
.
done
.
Qed
.
Proof
.
done
.
Qed
.
Lemma
lctx_lft_incl_re
l
f
κ
:
lctx_lft_incl
κ
κ
.
Lemma
lctx_lft_incl_ref
l
κ
:
lctx_lft_incl
κ
κ
.
Proof
.
iIntros
(
qL
)
"_ !# _"
.
iApply
lft_incl_refl
.
Qed
.
Proof
.
iIntros
(
qL
)
"_ !# _"
.
iApply
lft_incl_refl
.
Qed
.
Global
Instance
lctx_lft_incl_preorder
:
PreOrder
lctx_lft_incl
.
Global
Instance
lctx_lft_incl_preorder
:
PreOrder
lctx_lft_incl
.
Proof
.
Proof
.
split
;
first
by
intros
?;
apply
lctx_lft_incl_re
l
f
.
split
;
first
by
intros
?;
apply
lctx_lft_incl_ref
l
.
iIntros
(???
H1
H2
?)
"HL"
.
iIntros
(???
H1
H2
?)
"HL"
.
iDestruct
(
H1
with
"HL"
)
as
"#H1"
.
iDestruct
(
H1
with
"HL"
)
as
"#H1"
.
iDestruct
(
H2
with
"HL"
)
as
"#H2"
.
iDestruct
(
H2
with
"HL"
)
as
"#H2"
.
...
@@ -314,7 +314,7 @@ Lemma elctx_sat_submseteq `{!invG Σ, !lftG Σ} E E' L :
...
@@ -314,7 +314,7 @@ Lemma elctx_sat_submseteq `{!invG Σ, !lftG Σ} E E' L :
Proof
.
iIntros
(
HE'
?)
"_ !# H"
.
by
iApply
big_sepL_submseteq
.
Qed
.
Proof
.
iIntros
(
HE'
?)
"_ !# H"
.
by
iApply
big_sepL_submseteq
.
Qed
.
Hint
Resolve
Hint
Resolve
lctx_lft_incl_re
l
f
lctx_lft_incl_static
lctx_lft_incl_local'
lctx_lft_incl_ref
l
lctx_lft_incl_static
lctx_lft_incl_local'
lctx_lft_incl_external'
lctx_lft_incl_intersect
lctx_lft_incl_external'
lctx_lft_incl_intersect
lctx_lft_incl_intersect_l
lctx_lft_incl_intersect_r
lctx_lft_incl_intersect_l
lctx_lft_incl_intersect_r
lctx_lft_alive_static
lctx_lft_alive_local
lctx_lft_alive_external
lctx_lft_alive_static
lctx_lft_alive_local
lctx_lft_alive_external
...
...
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