src/Pure/Isar/interpretation.ML
changeset 72536 589645894305
parent 72505 974071d873ba
child 72953 90ada01470cb
--- a/src/Pure/Isar/interpretation.ML	Sun Nov 01 15:31:41 2020 +0100
+++ b/src/Pure/Isar/interpretation.ML	Sun Nov 01 16:54:49 2020 +0100
@@ -191,7 +191,7 @@
 fun gen_global_sublocale prep_loc prep_interpretation
     raw_locale expression raw_defs thy =
   let
-    val lthy = Named_Target.init (prep_loc thy raw_locale) thy;
+    val lthy = Named_Target.init [] (prep_loc thy raw_locale) thy;
     fun setup_proof after_qed =
       Element.witness_proof_eqs
         (fn wits => fn eqs => after_qed wits eqs #> Local_Theory.exit);