[project @ 2001-05-03 09:02:44 by simonpj]
authorsimonpj <unknown>
Thu, 3 May 2001 09:02:44 +0000 (09:02 +0000)
committersimonpj <unknown>
Thu, 3 May 2001 09:02:44 +0000 (09:02 +0000)
Error message wibble

ghc/compiler/typecheck/TcMonad.lhs

index acbfd15..c0fb587 100644 (file)
@@ -730,7 +730,7 @@ pprInstLoc (orig, locn, ctxt)
     pp_orig (PatOrigin pat)
        = hsep [ptext SLIT("the pattern"), quotes (ppr pat)]
     pp_orig (InstanceDeclOrigin)
-       =  ptext SLIT("an instance declaration")
+       =  ptext SLIT("the instance declaration")
     pp_orig (ArithSeqOrigin seq)
        = hsep [ptext SLIT("the arithmetic sequence"), quotes (ppr seq)]
     pp_orig (SignatureOrigin)