actually enable show_hyps option, unlike local_setup in 6da953d30f48 which merely affects the (temporary) auxiliary context;
authorwenzelm
Mon, 20 Dec 2010 13:24:04 +0100
changeset 41305 42967939ea81
parent 41304 c7699379a72f
child 41306 95449e4b4bf6
actually enable show_hyps option, unlike local_setup in 6da953d30f48 which merely affects the (temporary) auxiliary context;
src/FOL/ex/Locale_Test/Locale_Test1.thy
--- a/src/FOL/ex/Locale_Test/Locale_Test1.thy	Mon Dec 20 09:45:26 2010 +0100
+++ b/src/FOL/ex/Locale_Test/Locale_Test1.thy	Mon Dec 20 13:24:04 2010 +0100
@@ -156,7 +156,7 @@
     end;
 *}
 
-local_setup {* Config.put show_hyps true *}
+declare [[show_hyps]]
 
 ML {*
   check_syntax @{context} @{thm d1_def} "d1(?x) <-> ~ p2(p1(?x))";