Enable show_hyps, which appears to be set in batch mode but in an interactive session.
authorballarin
Sat, 18 Dec 2010 18:43:14 +0100
changeset 415196da953d30f48
parent 41518 dea60d052923
child 41520 b806a7678083
Enable show_hyps, which appears to be set in batch mode but in an interactive session.
src/FOL/ex/Locale_Test/Locale_Test1.thy
     1.1 --- a/src/FOL/ex/Locale_Test/Locale_Test1.thy	Sat Dec 18 18:43:13 2010 +0100
     1.2 +++ b/src/FOL/ex/Locale_Test/Locale_Test1.thy	Sat Dec 18 18:43:14 2010 +0100
     1.3 @@ -156,6 +156,8 @@
     1.4      end;
     1.5  *}
     1.6  
     1.7 +local_setup {* Config.put show_hyps true *}
     1.8 +
     1.9  ML {*
    1.10    check_syntax @{context} @{thm d1_def} "d1(?x) <-> ~ p2(p1(?x))";
    1.11    check_syntax @{context} @{thm d2_def} "d2(?x) <-> ~ p2(?x)";