Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
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
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
Pierre Roux
Iris
Commits
cc31e712
Commit
cc31e712
authored
2 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Fix indentation.
parent
a34184ae
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iris/program_logic/ectx_language.v
+4
-4
4 additions, 4 deletions
iris/program_logic/ectx_language.v
with
4 additions
and
4 deletions
iris/program_logic/ectx_language.v
+
4
−
4
View file @
cc31e712
...
@@ -99,10 +99,10 @@ Section ectx_language.
...
@@ -99,10 +99,10 @@ Section ectx_language.
Lemma
fill_val
K
e
:
is_Some
(
to_val
(
fill
K
e
))
→
is_Some
(
to_val
e
)
.
Lemma
fill_val
K
e
:
is_Some
(
to_val
(
fill
K
e
))
→
is_Some
(
to_val
e
)
.
Proof
.
apply
ectx_language_mixin
.
Qed
.
Proof
.
apply
ectx_language_mixin
.
Qed
.
Lemma
step_by_val
K'
K_redex
e1'
e1_redex
σ1
κ
e2
σ2
efs
:
Lemma
step_by_val
K'
K_redex
e1'
e1_redex
σ1
κ
e2
σ2
efs
:
fill
K'
e1'
=
fill
K_redex
e1_redex
→
fill
K'
e1'
=
fill
K_redex
e1_redex
→
to_val
e1'
=
None
→
to_val
e1'
=
None
→
head_step
e1_redex
σ1
κ
e2
σ2
efs
→
head_step
e1_redex
σ1
κ
e2
σ2
efs
→
∃
K''
,
K_redex
=
comp_ectx
K'
K''
.
∃
K''
,
K_redex
=
comp_ectx
K'
K''
.
Proof
.
apply
ectx_language_mixin
.
Qed
.
Proof
.
apply
ectx_language_mixin
.
Qed
.
Lemma
head_ctx_step_val
K
e
σ1
κ
e2
σ2
efs
:
Lemma
head_ctx_step_val
K
e
σ1
κ
e2
σ2
efs
:
head_step
(
fill
K
e
)
σ1
κ
e2
σ2
efs
→
is_Some
(
to_val
e
)
∨
K
=
empty_ectx
.
head_step
(
fill
K
e
)
σ1
κ
e2
σ2
efs
→
is_Some
(
to_val
e
)
∨
K
=
empty_ectx
.
...
...
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