src/Pure/raw_simplifier.ML
changeset 48992 0518bf89c777
parent 47239 0b1829860149
child 49660 de49d9b4d7bc
--- a/src/Pure/raw_simplifier.ML	Wed Aug 29 11:31:07 2012 +0200
+++ b/src/Pure/raw_simplifier.ML	Wed Aug 29 11:48:45 2012 +0200
@@ -1057,7 +1057,7 @@
                  val _ =
                    if b <> b' then
                      warning ("Simplifier: renamed bound variable " ^
-                       quote b ^ " to " ^ quote b' ^ Position.str_of (Position.thread_data ()))
+                       quote b ^ " to " ^ quote b' ^ Position.here (Position.thread_data ()))
                    else ();
                  val ss' = add_bound ((b', T), a) ss;
                  val skel' = case skel of Abs (_, _, sk) => sk | _ => skel0;