Small error-message change
authorsimonpj@microsoft.com <unknown>
Wed, 1 Aug 2007 14:13:39 +0000 (14:13 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 1 Aug 2007 14:13:39 +0000 (14:13 +0000)
compiler/typecheck/TcSimplify.lhs

index 1754c9d..ba0ff31 100644 (file)
@@ -2739,7 +2739,7 @@ report_no_instances tidy_env mb_what insts
                parens (vcat [ptext SLIT("The choice depends on the instantiation of") <+>
                                 quotes (pprWithCommas ppr (varSetElems (tyVarsOfInst dict))),
                              ptext SLIT("To pick the first instance above, use -fallow-incoherent-instances"),
-                             ptext SLIT("when compiling the other instances")])]
+                             ptext SLIT("when compiling the other instance declarations")])]
       where
        ispecs = [ispec | (ispec, _) <- matches]