src/Provers/classical.ML
changeset 42817 7e819eb7dabb
parent 42812 dda4aef7cba4
child 45375 7fe19930dfc9
--- 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