tuned message;
authorwenzelm
Mon, 01 Oct 2007 15:14:54 +0200
changeset 24792 fd4655e57168
parent 24791 fb1830099265
child 24793 cbe63f2193b6
tuned message;
src/Pure/defs.ML
--- a/src/Pure/defs.ML	Mon Oct 01 15:14:53 2007 +0200
+++ b/src/Pure/defs.ML	Mon Oct 01 15:14:54 2007 +0200
@@ -98,7 +98,7 @@
 fun disjoint_specs c (i, {lhs = Ts, name = a, ...}: spec) =
   Inttab.forall (fn (j, {lhs = Us, name = b, ...}: spec) =>
     i = j orelse disjoint_args (Ts, Us) orelse
-      error ("Type clash in specifications " ^ quote a ^ " and " ^ quote b ^
+      error ("Clash of specifications " ^ quote a ^ " and " ^ quote b ^
         " for constant " ^ quote c));
 
 fun join_specs c ({specs = specs1, restricts, reducts}, {specs = specs2, ...}: def) =