killed use of PolyML.makestring
authorkrauss
Mon, 18 Jul 2011 23:48:28 +0200
changeset 43895 09576fe8ef08
parent 43894 182caf5cf0b6
child 43896 8955dcac6c71
killed use of PolyML.makestring
src/HOL/Import/proof_kernel.ML
--- a/src/HOL/Import/proof_kernel.ML	Mon Jul 18 23:35:50 2011 +0200
+++ b/src/HOL/Import/proof_kernel.ML	Mon Jul 18 23:48:28 2011 +0200
@@ -220,7 +220,7 @@
         fun F n =
             let
                 val str = G n Syntax.string_of_term ctxt tn
-                val _ = warning (PolyML.makestring (n, str))
+                val _ = warning (@{make_string} (n, str))
                 val u = Syntax.parse_term ctxt str
                 val u = if t = t' then u else HOLogic.mk_Trueprop u
                 val u = Syntax.check_term ctxt (Type.constraint T u)