From: simonpj Date: Thu, 3 May 2001 09:02:44 +0000 (+0000) Subject: [project @ 2001-05-03 09:02:44 by simonpj] X-Git-Tag: Approximately_9120_patches~2016 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6246213687602d5bd9b4f12026fd300dfa4b4afd;p=ghc-hetmet.git [project @ 2001-05-03 09:02:44 by simonpj] Error message wibble --- diff --git a/ghc/compiler/typecheck/TcMonad.lhs b/ghc/compiler/typecheck/TcMonad.lhs index acbfd15..c0fb587 100644 --- a/ghc/compiler/typecheck/TcMonad.lhs +++ b/ghc/compiler/typecheck/TcMonad.lhs @@ -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)