src/Pure/old_goals.ML
changeset 32957 675c0c7e6a37
parent 32738 15bb09ca0378
child 32966 5b21661fe618
--- a/src/Pure/old_goals.ML	Fri Oct 16 10:55:07 2009 +0200
+++ b/src/Pure/old_goals.ML	Sat Oct 17 00:52:37 2009 +0200
@@ -305,7 +305,7 @@
             val th = Goal.conclude ath
             val thy' = Thm.theory_of_thm th
             val {hyps, prop, ...} = Thm.rep_thm th
-            val final_th = standard th
+            val final_th = Drule.standard th
         in  if not check then final_th
             else if not (Theory.eq_thy(thy,thy')) then !result_error_fn state
                 ("Theory of proof state has changed!" ^
@@ -512,7 +512,7 @@
             0 => thm
           | i => !result_error_fn thm (string_of_int i ^ " unsolved goals!"))
   in
-    standard (implies_intr_list As
+    Drule.standard (implies_intr_list As
       (check (Seq.pull (EVERY (f asms) (trivial B)))))
   end;