src/HOL/UNITY/GenPrefix.ML
changeset 7499 23e090051cb8
parent 7053 8f246bc87ab2
child 7839 03fd460cb8b8
--- a/src/HOL/UNITY/GenPrefix.ML	Mon Sep 06 22:12:08 1999 +0200
+++ b/src/HOL/UNITY/GenPrefix.ML	Tue Sep 07 10:40:58 1999 +0200
@@ -136,7 +136,7 @@
 Goal "[| reflexive r;  (xs,ys) : genPrefix r |] \
 \     ==>  (xs@zs, take (length xs) ys @ zs) : genPrefix r";
 by (etac genPrefix.induct 1);
-by (forward_tac [genPrefix_length_le] 3);
+by (ftac genPrefix_length_le 3);
 by (ALLGOALS (asm_simp_tac (simpset() addsimps [diff_is_0_eq RS iffD2])));
 qed "genPrefix_take_append";