"moved basic assumption operations from structure ProofContext to Assumption;"
authorwenzelm
Thu, 27 Jul 2006 13:44:03 +0200
changeset 20236 54e15870444b
parent 20235 3cbf73ed92f8
child 20237 5daab2c78b8e
"moved basic assumption operations from structure ProofContext to Assumption;"
src/Pure/Isar/local_theory.ML
--- a/src/Pure/Isar/local_theory.ML	Thu Jul 27 13:43:13 2006 +0200
+++ b/src/Pure/Isar/local_theory.ML	Thu Jul 27 13:44:03 2006 +0200
@@ -137,7 +137,7 @@
       |> (fn (params, ctxt) => Data.put
           {locale = SOME (loc, ctxt),
            params = params,
-           hyps = ProofContext.assms_of ctxt,
+           hyps = Assumption.assms_of ctxt,
            restore_naming = Sign.restore_naming thy} ctxt);
 
 fun init loc thy = init_i (Option.map (Locale.intern thy) loc) thy;