src/ZF/add_ind_def.ML
changeset 3768 67f4ac759100
parent 2871 ba585d52ea4e
child 3925 90f499226ab9
--- a/src/ZF/add_ind_def.ML	Wed Oct 01 17:43:42 1997 +0200
+++ b/src/ZF/add_ind_def.ML	Wed Oct 01 18:13:41 1997 +0200
@@ -162,7 +162,7 @@
 
     val dummy = seq (writeln o Sign.string_of_term sign o #2) axpairs
   
-  in  thy |> add_defs_i axpairs  end
+  in  thy |> Theory.add_defs_i axpairs  end
 
 
 (*Expects the recursive sets to have been defined already.
@@ -250,5 +250,5 @@
         big_case_def :: flat (ListPair.map mk_con_defs
 			      (1 upto npart, con_ty_lists))
 
-    in  thy |> add_consts_i const_decs |> add_defs_i axpairs  end;
+    in  thy |> Theory.add_consts_i const_decs |> Theory.add_defs_i axpairs  end;
 end;