Skip to content

Commit

Permalink
Minore repairs in Param
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoWinterhalter committed Aug 2, 2024
1 parent 873f311 commit 6c4b426
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions theories/Param.v
Original file line number Diff line number Diff line change
Expand Up @@ -5037,8 +5037,7 @@ Proof.
eapply ctyping_subst. 2: eassumption.
destruct (isKind mx) eqn:ek.
- constructor. 1: rasimpl. 1: constructor. 1: rasimpl.
+ rewrite <- !funcomp_assoc.
apply crtyping_typing. ertype.
+ apply crtyping_typing. ertype.
+ cbn. split.
* ertype.
* eapply ccmeta_conv. 1: ertype.
Expand All @@ -5049,8 +5048,7 @@ Proof.
* eapply ccmeta_conv. 1: ertype.
cbn. rasimpl. rewrite rinstInst'_cterm. reflexivity.
- constructor. 1: rasimpl. 1: constructor. 1: rasimpl.
+ rewrite <- !funcomp_assoc.
apply crtyping_typing. ertype.
+ apply crtyping_typing. ertype.
+ cbn. split.
* ertype.
* eapply ccmeta_conv. 1: ertype.
Expand All @@ -5077,8 +5075,7 @@ Proof.
- ertype. eapply ccmeta_conv.
+ eapply ctyping_subst. 2: ertype.
cbn. constructor. 1: rasimpl. 1: constructor. 1: rasimpl.
* rewrite <- !funcomp_assoc.
apply crtyping_typing. ertype.
* apply crtyping_typing. ertype.
* {
cbn. split.
- ertype.
Expand Down Expand Up @@ -5216,8 +5213,7 @@ Proof.
- eapply ctyping_subst. 2: ertype.
destruct (isKind mx) eqn:ekx.
+ constructor. 1: rasimpl. 1: constructor. 1: rasimpl.
* rewrite <- !funcomp_assoc.
apply crtyping_typing. ertype.
* apply crtyping_typing. ertype.
* {
cbn. split.
- ertype.
Expand All @@ -5232,8 +5228,7 @@ Proof.
cbn. rasimpl. rewrite rinstInst'_cterm. reflexivity.
}
+ constructor. 1: rasimpl. 1: constructor. 1: rasimpl.
* rewrite <- !funcomp_assoc.
apply crtyping_typing. ertype.
* apply crtyping_typing. ertype.
* {
cbn. split.
- ertype.
Expand Down

0 comments on commit 6c4b426

Please sign in to comment.