src/ZF/Tools/ind_cases.ML
changeset 36954 ef698bd61057
parent 36864 116be5acd5a7
child 36960 01594f816e3a
--- a/src/ZF/Tools/ind_cases.ML	Sat May 15 23:40:00 2010 +0200
+++ b/src/ZF/Tools/ind_cases.ML	Sun May 16 00:02:11 2010 +0200
@@ -69,7 +69,7 @@
 val _ =
   OuterSyntax.command "inductive_cases"
     "create simplified instances of elimination rules (improper)" K.thy_script
-    (P.and_list1 (SpecParse.opt_thm_name ":" -- Scan.repeat1 P.prop)
+    (P.and_list1 (Parse_Spec.opt_thm_name ":" -- Scan.repeat1 P.prop)
       >> (Toplevel.theory o inductive_cases));
 
 end;