src/Pure/display.ML
changeset 28802 9ba30eeec7ce
parent 28316 b17d863a050f
child 28840 049f0a8faa35
--- 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 []