took out one more occurrence of 'PolyML.makestring'
authorblanchet
Thu, 28 Aug 2014 16:58:27 +0200
changeset 58078 d44c9dc4bf30
parent 58077 f050a297c9c3
child 58079 df0d6ce8fb66
took out one more occurrence of 'PolyML.makestring'
src/HOL/Tools/SMT/verit_proof.ML
--- a/src/HOL/Tools/SMT/verit_proof.ML	Thu Aug 28 16:58:27 2014 +0200
+++ b/src/HOL/Tools/SMT/verit_proof.ML	Thu Aug 28 16:58:27 2014 +0200
@@ -163,7 +163,7 @@
   let
     fun rotate_pair (a, (b, c)) = ((a, b), c)
     fun get_id (SMTLIB.S [SMTLIB.Sym "set", SMTLIB.Sym id, SMTLIB.S l]) = (id, l)
-      | get_id t = raise Fail ("unrecognized VeriT Proof" ^ PolyML.makestring t)
+      | get_id t = raise Fail ("unrecognized VeriT proof " ^ @{make_string} t)
     fun parse_rule (SMTLIB.Sym rule :: l) = (rule, l)
     fun parse_source (SMTLIB.Key "clauses" :: SMTLIB.S source ::l) =
         (SOME (map (fn (SMTLIB.Sym id) => id) source), l)