src/Pure/Isar/locale.ML
changeset 22678 23963361278c
parent 22658 263d42253f53
child 22700 5a699d278cfa
--- a/src/Pure/Isar/locale.ML	Sat Apr 14 17:36:03 2007 +0200
+++ b/src/Pure/Isar/locale.ML	Sat Apr 14 17:36:05 2007 +0200
@@ -2133,7 +2133,7 @@
       |> fold Term.add_varnames all_vs
     val _ = if null vars then ()
          else error ("Illegal schematic variable(s) in instantiation: " ^
-           commas_quote (map Syntax.string_of_vname vars));
+           commas_quote (map Term.string_of_vname vars));
     (* replace new types (which are TFrees) by ones with new names *)
     val new_Tnames = map fst (fold Term.add_tfrees all_vs [])
       |> Name.names (Name.make_context used) "'a"