src/HOL/Tools/datatype_package.ML
changeset 10279 b223a9a3350e
parent 10214 77349ed89f45
child 10525 3e21ab3e5114
--- a/src/HOL/Tools/datatype_package.ML	Thu Oct 19 21:23:15 2000 +0200
+++ b/src/HOL/Tools/datatype_package.ML	Thu Oct 19 21:23:47 2000 +0200
@@ -298,8 +298,8 @@
           |> RuleCases.name (RuleCases.get thm);
 
     fun add (ths, (name, {index, descr, induction, exhaustion, ...}: datatype_info)) =
-      (("", proj index (length descr) induction), [InductMethod.induct_type_global name]) ::
-      (("", exhaustion), [InductMethod.cases_type_global name]) :: ths;
+      (("", proj index (length descr) induction), [InductAttrib.induct_type_global name]) ::
+      (("", exhaustion), [InductAttrib.cases_type_global name]) :: ths;
   in #1 o PureThy.add_thms (foldl add ([], infos)) end;