From: simonpj@microsoft.com Date: Mon, 8 Dec 2008 12:41:55 +0000 (+0000) Subject: Comments only X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=57984dc34dcb242772bb81f1795c9afa3b7c36c1 Comments only --- diff --git a/compiler/rename/RnEnv.lhs b/compiler/rename/RnEnv.lhs index b7a2767..2a1ae6b 100644 --- a/compiler/rename/RnEnv.lhs +++ b/compiler/rename/RnEnv.lhs @@ -350,9 +350,10 @@ lookupLocatedGlobalOccRn = wrapLocM lookupGlobalOccRn lookupGlobalOccRn :: RdrName -> RnM Name -- lookupGlobalOccRn is like lookupOccRn, except that it looks in the global --- environment. It's used only for +-- environment. It's called directly only for -- record field names -- class op names in class and instance decls +-- names in export lists lookupGlobalOccRn rdr_name | not (isSrcRdrName rdr_name)