src/HOL/Import/shuffler.ML
changeset 26939 1035c89b4c02
parent 26928 ca87aff1ad2d
child 27173 9ae98c3cd3d6
--- a/src/HOL/Import/shuffler.ML	Sat May 17 23:53:20 2008 +0200
+++ b/src/HOL/Import/shuffler.ML	Sun May 18 15:04:09 2008 +0200
@@ -48,11 +48,11 @@
           List.app (writeln o Context.str_of_thy) thys)
    | TERM (msg,ts) =>
          (writeln ("Exception TERM raised:\n" ^ msg);
-          List.app (writeln o Sign.string_of_term sign) ts)
+          List.app (writeln o Syntax.string_of_term_global sign) ts)
    | TYPE (msg,Ts,ts) =>
          (writeln ("Exception TYPE raised:\n" ^ msg);
-          List.app (writeln o Sign.string_of_typ sign) Ts;
-          List.app (writeln o Sign.string_of_term sign) ts)
+          List.app (writeln o Syntax.string_of_typ_global sign) Ts;
+          List.app (writeln o Syntax.string_of_term_global sign) ts)
    | e => raise e
 
 (*Prints an exception, then fails*)