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
24cdfa08
There was a problem fetching the pipeline summary.
Commit
24cdfa08
authored
8 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
tweak proof
parent
860da57b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/typing/function.v
+2
-3
2 additions, 3 deletions
theories/typing/function.v
with
2 additions
and
3 deletions
theories/typing/function.v
+
2
−
3
View file @
24cdfa08
...
@@ -127,9 +127,8 @@ Section typing.
...
@@ -127,9 +127,8 @@ Section typing.
Proper
(
pointwise_relation
A
(
λ
(
v1
v2
:
vec
type
n
),
Forall2
(
eqtype
E0
L0
)
v1
v2
)
==>
Proper
(
pointwise_relation
A
(
λ
(
v1
v2
:
vec
type
n
),
Forall2
(
eqtype
E0
L0
)
v1
v2
)
==>
pointwise_relation
A
(
eqtype
E0
L0
)
==>
eqtype
E0
L0
)
(
fn
E
)
.
pointwise_relation
A
(
eqtype
E0
L0
)
==>
eqtype
E0
L0
)
(
fn
E
)
.
Proof
.
Proof
.
intros
tys1
tys2
Htys
ty1
ty2
Hty
.
split
;
eapply
fn_subtype_ty'
;
try
(
by
intro
;
apply
Hty
)
.
intros
tys1
tys2
Htys
ty1
ty2
Hty
.
split
;
eapply
fn_subtype_ty'
;
try
(
by
intro
;
apply
Hty
);
-
intros
x
.
eapply
Forall2_flip
,
Forall2_impl
;
first
by
eapply
(
Htys
x
)
.
by
intros
??[]
.
intros
x
;
(
apply
Forall2_flip
+
idtac
);
(
eapply
Forall2_impl
;
first
by
eapply
(
Htys
x
));
by
intros
??[]
.
-
intros
x
.
eapply
Forall2_impl
;
first
by
eapply
(
Htys
x
)
.
by
intros
??[]
.
Qed
.
Qed
.
Lemma
fn_subtype_elctx_sat
{
A
n
}
E0
L0
E
E'
(
tys
:
A
→
vec
type
n
)
ty
:
Lemma
fn_subtype_elctx_sat
{
A
n
}
E0
L0
E
E'
(
tys
:
A
→
vec
type
n
)
ty
:
...
...
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