Improve error messages slightly, saying "a1...an" instead of "a b c"
[ghc-hetmet.git] / compiler / typecheck / TcMType.lhs
index ca5ca0e..12f3a73 100644 (file)
@@ -1136,8 +1136,8 @@ check_inst_head dflags clas tys
   where
     (first_ty : _) = tys
 
-    head_shape_msg = parens (text "The instance type must be of form (T a b c)" $$
-                            text "where T is not a synonym, and a,b,c are distinct type variables")
+    head_shape_msg = parens (text "The instance type must be of form (T a1 ... an)" $$
+                            text "where T is not a synonym, and a1 ... an are distinct type variables")
 
        -- For now, I only allow tau-types (not polytypes) in 
        -- the head of an instance decl.