pretty_thm: oracle flag is always false for now (would require detailed check wrt. promises);
authorwenzelm
Sat, 15 Nov 2008 21:31:21 +0100
changeset 28802 9ba30eeec7ce
parent 28801 fc45401bdf6f
child 28803 d90258bbb18f
pretty_thm: oracle flag is always false for now (would require detailed check wrt. promises);
src/Pure/display.ML
--- a/src/Pure/display.ML	Sat Nov 15 21:31:20 2008 +0100
+++ b/src/Pure/display.ML	Sat Nov 15 21:31:21 2008 +0100
@@ -69,7 +69,10 @@
     val prt_term = q o Pretty.term pp;
 
     val hyps' = if ! show_hyps then hyps else subtract (op aconv) asms hyps;
-    val ora' = Thm.oracle_of th andalso (! show_hyps orelse not (! quick_and_dirty));
+(* FIXME
+    val ora' = Thm.oracle_of th andalso (! show_hyps orelse not (! quick_and_dirty)); *)
+    val ora' = false;
+
     val hlen = length xshyps + length hyps' + length tpairs;
     val hsymbs =
       if hlen = 0 andalso not ora' then []