src/ZF/Tools/inductive_package.ML
changeset 21350 6e58289b6685
parent 20342 4392003fcbfa
child 21962 279b129498b6
--- a/src/ZF/Tools/inductive_package.ML	Tue Nov 14 00:15:37 2006 +0100
+++ b/src/ZF/Tools/inductive_package.ML	Tue Nov 14 00:15:38 2006 +0100
@@ -567,10 +567,10 @@
     val intr_specs = (map (fst o fst) sintrs ~~ intr_tms) ~~ map snd sintrs;
   in
     thy
-    |> IsarThy.apply_theorems raw_monos
-    ||>> IsarThy.apply_theorems raw_con_defs
-    ||>> IsarThy.apply_theorems raw_type_intrs
-    ||>> IsarThy.apply_theorems raw_type_elims
+    |> IsarCmd.apply_theorems raw_monos
+    ||>> IsarCmd.apply_theorems raw_con_defs
+    ||>> IsarCmd.apply_theorems raw_type_intrs
+    ||>> IsarCmd.apply_theorems raw_type_elims
     |-> (fn (((monos, con_defs), type_intrs), type_elims) =>
           add_inductive_i true (rec_tms, dom_sum) intr_specs
             (monos, con_defs, type_intrs, type_elims))