more explicit warning message;
authorwenzelm
Sun, 08 Mar 2009 17:05:43 +0100
changeset 30362 4ec39edb88b1
parent 30361 8ea7a197e2e6
child 30363 9b8d9b6ef803
more explicit warning message;
src/HOL/Tools/metis_tools.ML
--- a/src/HOL/Tools/metis_tools.ML	Sun Mar 08 17:03:07 2009 +0100
+++ b/src/HOL/Tools/metis_tools.ML	Sun Mar 08 17:05:43 2009 +0100
@@ -608,7 +608,7 @@
 	          val unused = filter (fn (a,cls) => not (common_thm used cls)) th_cls_pairs
               in
                   if null unused then ()
-                  else warning ("Unused theorems: " ^ commas (map #1 unused));
+                  else warning ("Metis: unused theorems " ^ commas_quote (map #1 unused));
                   case result of
                       (_,ith)::_ => 
                           (Output.debug (fn () => "success: " ^ Display.string_of_thm ith);