src/Provers/classical.ML
changeset 21516 c2a116a2c4fd
parent 20956 00fe22000c6a
child 21646 c07b5b0e8492
--- a/src/Provers/classical.ML	Fri Nov 24 17:23:15 2006 +0100
+++ b/src/Provers/classical.ML	Fri Nov 24 22:05:12 2006 +0100
@@ -888,7 +888,7 @@
 
 fun claset_of thy =
   let val (cs_ref, ctxt_cs) = GlobalClaset.get thy
-  in context_cs (Context.init_proof thy) (! cs_ref) (ctxt_cs) end;
+  in context_cs (ProofContext.init thy) (! cs_ref) (ctxt_cs) end;
 val claset = claset_of o Context.the_context;
 
 fun CLASET tacf st = tacf (claset_of (Thm.theory_of_thm st)) st;