src/Pure/Isar/locale.ML
changeset 20196 9a19e4de6e2e
parent 20167 fe5fd4fd4114
child 20224 9c40a144ee0e
--- a/src/Pure/Isar/locale.ML	Tue Jul 25 21:18:01 2006 +0200
+++ b/src/Pure/Isar/locale.ML	Tue Jul 25 21:18:02 2006 +0200
@@ -2090,7 +2090,7 @@
     fun sorts (a, i) = AList.lookup (op =) tvars (a, i);
     val (vs, vinst) = read_terms thy_ctxt sorts used given_insts;
     val vars = foldl Term.add_term_tvar_ixns [] vs \\ map fst tvars;
-    val vars' = fold Term.add_term_varnames vs vars;
+    val vars' = fold Term.add_varnames vs vars;
     val _ = if null vars' then ()
          else error ("Illegal schematic variable(s) in instantiation: " ^
            commas_quote (map Syntax.string_of_vname vars'));