src/HOL/Tools/Ctr_Sugar/ctr_sugar_code.ML
changeset 61065 ca4ebc63d8ac
parent 60825 bacfb7c45d81
child 61116 6189d179c2b5
--- a/src/HOL/Tools/Ctr_Sugar/ctr_sugar_code.ML	Mon Aug 31 19:04:01 2015 +0200
+++ b/src/HOL/Tools/Ctr_Sugar/ctr_sugar_code.ML	Mon Aug 31 19:04:24 2015 +0200
@@ -93,7 +93,7 @@
           |> Syntax.check_term lthy;
         val ((_, (_, raw_def)), lthy') =
           Specification.definition (NONE, (Attrib.empty_binding, spec)) lthy;
-        val thy_ctxt = Proof_Context.init_global (Proof_Context.theory_of lthy); (* FIXME? *)
+        val thy_ctxt = Proof_Context.init_global (Proof_Context.theory_of lthy');
         val def = singleton (Proof_Context.export lthy' thy_ctxt) raw_def;
       in
         (def, lthy')