From 6246213687602d5bd9b4f12026fd300dfa4b4afd Mon Sep 17 00:00:00 2001 From: simonpj Date: Thu, 3 May 2001 09:02:44 +0000 Subject: [PATCH] [project @ 2001-05-03 09:02:44 by simonpj] Error message wibble --- ghc/compiler/typecheck/TcMonad.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4