src/Pure/Isar/specification.ML
changeset 35625 9c818cab0dd0
parent 35624 c4e29a0bb8c1
child 35894 ab6dc4d86ea1
--- a/src/Pure/Isar/specification.ML	Sun Mar 07 11:57:16 2010 +0100
+++ b/src/Pure/Isar/specification.ML	Sun Mar 07 12:19:47 2010 +0100
@@ -316,7 +316,7 @@
         val raw_propp = obtains |> map (fn (_, (_, props)) => map (rpair []) props);
         val (propp, elems_ctxt) = prep_stmt (elems @ constraints) raw_propp ctxt;
 
-        val thesis = ObjectLogic.fixed_judgment (ProofContext.theory_of ctxt) Auto_Bind.thesisN;
+        val thesis = Object_Logic.fixed_judgment (ProofContext.theory_of ctxt) Auto_Bind.thesisN;
 
         fun assume_case ((name, (vars, _)), asms) ctxt' =
           let