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/Core | |
parent | 1928c7f3e9dfc13226e8cf786a565d42df6dad41 (diff) | |
download | haskell-78aa3b39133feb165b6e305af1b84620a450c8ef.tar.gz |
Update outdated references to notes
Diffstat (limited to 'compiler/GHC/Core')
-rw-r--r-- | compiler/GHC/Core/DataCon.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Core/DataCon.hs b/compiler/GHC/Core/DataCon.hs index eb74536551..a9e540769e 100644 --- a/compiler/GHC/Core/DataCon.hs +++ b/compiler/GHC/Core/DataCon.hs @@ -800,7 +800,7 @@ type DataConEnv a = UniqFM DataCon a -- Keyed by DataCon -- emit a warning (in checkValidDataCon) and treat it like -- @(HsSrcBang _ NoSrcUnpack SrcLazy)@ data HsSrcBang = - HsSrcBang SourceText -- Note [Pragma source text] in GHC.Types.SourceText + HsSrcBang SourceText -- Note [Pragma source text] in "GHC.Types.SourceText" SrcUnpackedness SrcStrictness deriving Data.Data |