src/Sequents/simpdata.ML
changeset 32091 30e2ffbba718
parent 27149 123377499a8e
child 32155 e2bf2f73b0c8
--- a/src/Sequents/simpdata.ML	Tue Jul 21 00:56:19 2009 +0200
+++ b/src/Sequents/simpdata.ML	Tue Jul 21 01:03:18 2009 +0200
@@ -40,7 +40,7 @@
                     | (Const("Not",_)$_)      => th RS @{thm iff_reflection_F}
                     | _                       => th RS @{thm iff_reflection_T})
            | _ => error ("addsimps: unable to use theorem\n" ^
-                         Display.string_of_thm th));
+                         Display.string_of_thm_without_context th));
 
 (*Replace premises x=y, X<->Y by X==Y*)
 val mk_meta_prems =