src/Tools/atomize_elim.ML
changeset 42361 23f352990944
parent 42083 e1209fc7ecdc
child 45294 3c5d3d286055
--- a/src/Tools/atomize_elim.ML	Sat Apr 16 15:47:52 2011 +0200
+++ b/src/Tools/atomize_elim.ML	Sat Apr 16 16:15:37 2011 +0200
@@ -115,7 +115,7 @@
 
 fun atomize_elim_tac ctxt = SUBGOAL (fn (subg, i) =>
     let
-      val thy = ProofContext.theory_of ctxt
+      val thy = Proof_Context.theory_of ctxt
       val _ $ thesis = Logic.strip_assums_concl subg
                        
       (* Introduce a quantifier first if the thesis is not bound *)