src/HOL/Induct/SList.ML
changeset 9747 043098ba5098
parent 7256 0a69baf28961
child 11500 a84130c7e6ab
--- a/src/HOL/Induct/SList.ML	Wed Aug 30 16:24:29 2000 +0200
+++ b/src/HOL/Induct/SList.ML	Wed Aug 30 16:29:21 2000 +0200
@@ -52,7 +52,7 @@
 
 (*Perform induction on xs. *)
 fun list_ind_tac a M = 
-    EVERY [res_inst_tac [("l",a)] list_induct2 M,
+    EVERY [induct_thm_tac list_induct2 a M,
            rename_last_tac a ["1"] (M+1)];
 
 (*** Isomorphisms ***)