Created
June 23, 2016 08:23
-
-
Save wilcoxjay/3000f0ae29b4971e77b6b845fb548cbc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - Case "tfix". (* JSTOLAREK : stuck here *) | |
| -Abort. | |
| + Case "tfix". | |
| + destruct (typing_inversion_fix4 _ _ _ H) as [U1 [U2 ?]]. | |
| + intuition. | |
| + eapply T_Sub with (S := U1); auto. | |
| + constructor. | |
| + eapply T_Sub with (S := TArrow U1 U2); eauto. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment