diff options
author | Simon Hengel <sol@typeful.net> | 2023-02-07 09:52:26 +0700 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2023-02-14 11:33:06 -0500 |
commit | 78aa3b39133feb165b6e305af1b84620a450c8ef (patch) | |
tree | e78db1fc5718c05a3edeb458c91a2e684fdb1db0 /compiler/GHC/Hs | |
parent | 1928c7f3e9dfc13226e8cf786a565d42df6dad41 (diff) | |
download | haskell-78aa3b39133feb165b6e305af1b84620a450c8ef.tar.gz |
Update outdated references to notes
Diffstat (limited to 'compiler/GHC/Hs')
-rw-r--r-- | compiler/GHC/Hs/Binds.hs | 2 | ||||
-rw-r--r-- | compiler/GHC/Hs/ImpExp.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/compiler/GHC/Hs/Binds.hs b/compiler/GHC/Hs/Binds.hs index 0bb16cc0a7..c7dd8fca0f 100644 --- a/compiler/GHC/Hs/Binds.hs +++ b/compiler/GHC/Hs/Binds.hs @@ -680,7 +680,7 @@ type instance XSpecInstSig (GhcPass p) = (EpAnn [AddEpAnn], SourceText) type instance XMinimalSig (GhcPass p) = (EpAnn [AddEpAnn], SourceText) type instance XSCCFunSig (GhcPass p) = (EpAnn [AddEpAnn], SourceText) type instance XCompleteMatchSig (GhcPass p) = (EpAnn [AddEpAnn], SourceText) - -- SourceText: Note [Pragma source text] in GHC.Types.SourceText + -- SourceText: Note [Pragma source text] in "GHC.Types.SourceText" type instance XXSig GhcPs = DataConCantHappen type instance XXSig GhcRn = IdSig type instance XXSig GhcTc = IdSig diff --git a/compiler/GHC/Hs/ImpExp.hs b/compiler/GHC/Hs/ImpExp.hs index 06500705ba..c25a72c079 100644 --- a/compiler/GHC/Hs/ImpExp.hs +++ b/compiler/GHC/Hs/ImpExp.hs @@ -77,7 +77,7 @@ type instance ImportDeclPkgQual GhcTc = PkgQual type instance XCImportDecl GhcPs = XImportDeclPass type instance XCImportDecl GhcRn = XImportDeclPass type instance XCImportDecl GhcTc = DataConCantHappen - -- Note [Pragma source text] in GHC.Types.SourceText + -- Note [Pragma source text] in "GHC.Types.SourceText" data XImportDeclPass = XImportDeclPass { ideclAnn :: EpAnn EpAnnImportDecl |