Skip to content

Commit 09ea807

Browse files
committed
Fix broken scripts in 8.4pl5
1 parent 65dea6e commit 09ea807

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

StlcProp.v

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -801,8 +801,8 @@ Theorem types_unique' : forall Gamma t T,
801801
Proof 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.

0 commit comments

Comments
 (0)