From 4951988f99e951124eaca9f2b4b91f1edd6170fc Mon Sep 17 00:00:00 2001 From: simonpj Date: Thu, 13 Sep 2001 14:44:24 +0000 Subject: [PATCH] [project @ 2001-09-13 14:44:24 by simonpj] More error-message grammar --- ghc/compiler/rename/RnEnv.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/rename/RnEnv.lhs b/ghc/compiler/rename/RnEnv.lhs index d5f39f0..ffcd10b 100644 --- a/ghc/compiler/rename/RnEnv.lhs +++ b/ghc/compiler/rename/RnEnv.lhs @@ -80,7 +80,7 @@ newTopBinder mod rdr_name loc -- There should never be a qualified name in a binding position (except in instance decls) -- The parser doesn't check this because the same parser parses instance decls (if isQual rdr_name then - qualNameErr (text "its declaration") (rdr_name,loc) + qualNameErr (text "In its declaration") (rdr_name,loc) else returnRn () ) `thenRn_` -- 1.7.10.4