File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -801,8 +801,8 @@ Theorem types_unique' : forall Gamma t T,
801801Proof with eauto .
802802 intros.
803803 generalize dependent T'.
804- induction H; intros...; inv H0.
805- inv H0. rewrite H in H3. inversion H3...
804+ induction H; intros... inv H0.
805+ rewrite H in H3. inversion H3...
806806 inv H0. apply IHhas_type in H6. subst...
807807 inv H1. apply IHhas_type1 in H5. inversion H5...
808808 inv H0...
@@ -1518,9 +1518,9 @@ Proof with auto.
15181518 unfold deterministic.
15191519 intros.
15201520 generalize dependent y2.
1521- induction H; intros...; inv H0...
1521+ induction H; intros... inv H0...
15221522
1523- inv H0. auto. inv H3. inv H... inv H5... inv H5. inv H5.
1523+ auto. inv H3. inv H... inv H5... inv H5. inv H5.
15241524
15251525 inv H1... inv H... inv H5...
15261526 inv H0... inv H0. inv H0. apply IHstep in H6. subst...
@@ -2937,7 +2937,7 @@ Proof with eauto.
29372937 unfold deterministic.
29382938 intros.
29392939 generalize dependent y2.
2940- step_cases (induction H) Case; intros...; inv H0...
2940+ step_cases (induction H) Case; intros...
29412941(* induction H; intros...; inv H0... *)
29422942 Case "ST_AppAbs".
29432943 inv H0... inv H4... inv H3.
You can’t perform that action at this time.
0 commit comments