[commit: ghc] master: Add a note explaining why every RdrName is Located (7c9a04d)
git at git.haskell.org
git at git.haskell.org
Mon Nov 23 13:39:00 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/7c9a04d6eda5495f150a1140e6d26fc64e319b7e/ghc
>---------------------------------------------------------------
commit 7c9a04d6eda5495f150a1140e6d26fc64e319b7e
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date: Mon Nov 23 15:37:25 2015 +0200
Add a note explaining why every RdrName is Located
>---------------------------------------------------------------
7c9a04d6eda5495f150a1140e6d26fc64e319b7e
compiler/hsSyn/HsImpExp.hs | 1 +
1 file changed, 1 insertion(+)
diff --git a/compiler/hsSyn/HsImpExp.hs b/compiler/hsSyn/HsImpExp.hs
index b4108bf..429755e 100644
--- a/compiler/hsSyn/HsImpExp.hs
+++ b/compiler/hsSyn/HsImpExp.hs
@@ -153,6 +153,7 @@ data IE name
-- 'ApiAnnotation.AnnType'
-- For details on above see note [Api annotations] in ApiAnnotation
+ -- See Note [Located RdrNames] in HsExpr
| IEThingWith (Located name)
IEWildcard
More information about the ghc-commits
mailing list