src/HOL/Tools/metis_tools.ML
changeset 26957 e3f04fdd994d
parent 26939 1035c89b4c02
child 27153 56b6cdce22f1
--- a/src/HOL/Tools/metis_tools.ML	Sun May 18 17:03:16 2008 +0200
+++ b/src/HOL/Tools/metis_tools.ML	Sun May 18 17:03:20 2008 +0200
@@ -166,9 +166,9 @@
     let val trands = terms_of rands
     in  if length trands = nargs then Term (list_comb(rator, trands))
         else error
-          ("apply_list: wrong number of arguments: " ^ Syntax.string_of_term_global CPure.thy rator ^
+          ("apply_list: wrong number of arguments: " ^ Syntax.string_of_term_global Pure.thy rator ^
             " expected " ^ Int.toString nargs ^
-            " received " ^ commas (map (Syntax.string_of_term_global CPure.thy) trands))
+            " received " ^ commas (map (Syntax.string_of_term_global Pure.thy) trands))
     end;
 
 (*Instantiate constant c with the supplied types, but if they don't match its declared