tuned;
authorwenzelm
Sun, 15 May 2011 19:19:26 +0200
changeset 42817 7e819eb7dabb
parent 42816 ba14eafef077
child 42818 128cc195ced3
tuned;
src/Provers/classical.ML
--- a/src/Provers/classical.ML	Sun May 15 18:59:27 2011 +0200
+++ b/src/Provers/classical.ML	Sun May 15 19:19:26 2011 +0200
@@ -294,8 +294,7 @@
 fun delete' x = delete_tagged_list (joinrules' x);
 
 fun string_of_thm NONE = Display.string_of_thm_without_context
-  | string_of_thm (SOME context) =
-      Display.string_of_thm (Context.cases Syntax.init_pretty_global I context);
+  | string_of_thm (SOME context) = Display.string_of_thm (Context.proof_of context);
 
 fun make_elim context th =
   if has_fewer_prems 1 th then