Display.pretty_thms;
authorwenzelm
Mon, 22 Oct 2001 18:01:38 +0200
changeset 11886 36d0585f87de
parent 11885 427d80b807c7
child 11887 9a9da7969517
Display.pretty_thms;
src/Pure/meta_simplifier.ML
--- a/src/Pure/meta_simplifier.ML	Mon Oct 22 18:01:26 2001 +0200
+++ b/src/Pure/meta_simplifier.ML	Mon Oct 22 18:01:38 2001 +0200
@@ -920,7 +920,7 @@
   end
   handle THM (s, _, thms) =>
     error ("Exception THM was raised in simplifier:\n" ^ s ^ "\n" ^
-      Pretty.string_of (pretty_thms thms));
+      Pretty.string_of (Display.pretty_thms thms));
 
 (*In [A1,...,An]==>B, rewrite the selected A's only -- for rewrite_goals_tac*)
 (*Do not rewrite flex-flex pairs*)