src/HOL/Nominal/nominal_thmdecls.ML
changeset 26928 ca87aff1ad2d
parent 26652 43310f3721a5
child 29585 c23295521af5
--- a/src/HOL/Nominal/nominal_thmdecls.ML	Fri May 16 23:25:37 2008 +0200
+++ b/src/HOL/Nominal/nominal_thmdecls.ML	Sat May 17 13:54:30 2008 +0200
@@ -159,7 +159,7 @@
       fold (fn thm => Data.map (flag thm)) thms_to_be_added context
   end
   handle EQVT_FORM s =>
-      error (string_of_thm orig_thm ^ " does not comply with the form of an equivariance lemma ("^s^").")
+      error (Display.string_of_thm orig_thm ^ " does not comply with the form of an equivariance lemma ("^s^").")
 
 (* in cases of bij- and freshness, we just add the lemmas to the *)
 (* data-slot *)