src/Provers/blast.ML
changeset 32174 9036cc8ae775
parent 32091 30e2ffbba718
child 32176 893614e2c35c
--- a/src/Provers/blast.ML	Fri Jul 24 20:55:56 2009 +0200
+++ b/src/Provers/blast.ML	Fri Jul 24 21:02:34 2009 +0200
@@ -181,8 +181,8 @@
 fun isGoal (Const ("*Goal*", _) $ _) = true
   | isGoal _ = false;
 
-val TruepropC = ObjectLogic.judgment_name (the_context ());
-val TruepropT = Sign.the_const_type (the_context ()) TruepropC;
+val TruepropC = ObjectLogic.judgment_name (OldGoals.the_context ());
+val TruepropT = Sign.the_const_type (OldGoals.the_context ()) TruepropC;
 
 fun mk_Trueprop t = Term.$ (Term.Const (TruepropC, TruepropT), t);