Skip to content

Instantly share code, notes, and snippets.

@wilcoxjay
Created June 23, 2016 08:23
Show Gist options
  • Select an option

  • Save wilcoxjay/3000f0ae29b4971e77b6b845fb548cbc to your computer and use it in GitHub Desktop.

Select an option

Save wilcoxjay/3000f0ae29b4971e77b6b845fb548cbc to your computer and use it in GitHub Desktop.
- 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