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
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Simon Spies
lambda-rust
Commits
2fedcccb
Commit
2fedcccb
authored
2 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
fix a comment
parent
90bc7991
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
theories/typing/type.v
+1
-1
1 addition, 1 deletion
theories/typing/type.v
with
1 addition
and
1 deletion
theories/typing/type.v
+
1
−
1
View file @
2fedcccb
...
@@ -290,7 +290,7 @@ Section type_dist2.
...
@@ -290,7 +290,7 @@ Section type_dist2.
Proof
.
destruct
n
as
[|
n
];
first
by
split
.
apply
type_dist2_equivalence
.
Qed
.
Proof
.
destruct
n
as
[|
n
];
first
by
split
.
apply
type_dist2_equivalence
.
Qed
.
(* The hierarchy of metrics:
(* The hierarchy of metrics:
dist n → type_dist2 n → dist_later n → type_dist2_later. *)
dist n → type_dist2 n → dist_later n → type_dist2_later
n
. *)
Lemma
type_dist_dist2
n
ty1
ty2
:
dist
n
ty1
ty2
→
type_dist2
n
ty1
ty2
.
Lemma
type_dist_dist2
n
ty1
ty2
:
dist
n
ty1
ty2
→
type_dist2
n
ty1
ty2
.
Proof
.
intros
EQ
.
split
;
intros
;
try
apply
dist_dist_later
;
apply
EQ
.
Qed
.
Proof
.
intros
EQ
.
split
;
intros
;
try
apply
dist_dist_later
;
apply
EQ
.
Qed
.
Lemma
type_dist2_dist_later
n
ty1
ty2
:
type_dist2
n
ty1
ty2
→
dist_later
n
ty1
ty2
.
Lemma
type_dist2_dist_later
n
ty1
ty2
:
type_dist2
n
ty1
ty2
→
dist_later
n
ty1
ty2
.
...
...
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