src/Pure/Isar/locale.ML
changeset 33278 ba9f52f56356
parent 33159 369da293bbd4
child 33519 e31a85f92ce9
--- a/src/Pure/Isar/locale.ML	Wed Oct 28 16:25:26 2009 +0100
+++ b/src/Pure/Isar/locale.ML	Wed Oct 28 16:25:27 2009 +0100
@@ -553,7 +553,8 @@
 fun add_decls add loc decl =
   ProofContext.theory ((change_locale loc o apfst o apfst) (add (decl, stamp ()))) #>
   add_thmss loc Thm.internalK
-    [((Binding.empty, [Attrib.internal (decl_attrib decl)]), [([Drule.dummy_thm], [])])];
+    [((Binding.conceal Binding.empty, [Attrib.internal (decl_attrib decl)]),
+      [([Drule.dummy_thm], [])])];
 
 in