diff options
author | Max Bolingbroke <batterseapower@hotmail.com> | 2011-09-12 22:27:56 +0100 |
---|---|---|
committer | Max Bolingbroke <batterseapower@hotmail.com> | 2011-09-12 22:27:56 +0100 |
commit | 121a9a2a6d9b889768bc39320b6879dc39e9700e (patch) | |
tree | 17989aa86df92e760eb315d01afef7f49b2a6c66 /compiler/prelude/PrelInfo.lhs | |
parent | bdf6edeee2d08ab065116959a7a2749daa3f0a2c (diff) | |
download | haskell-known-key-serialization.tar.gz |
Cleverer serialization for IfExtName so IfaceType can be dumberknown-key-serialization
Diffstat (limited to 'compiler/prelude/PrelInfo.lhs')
-rw-r--r-- | compiler/prelude/PrelInfo.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/prelude/PrelInfo.lhs b/compiler/prelude/PrelInfo.lhs index f99f9ca292..f3a3930caf 100644 --- a/compiler/prelude/PrelInfo.lhs +++ b/compiler/prelude/PrelInfo.lhs @@ -70,7 +70,7 @@ Notes about wired in things wiredInThings :: [TyThing] -- This list is used only to initialise HscMain.knownKeyNames -- to ensure that when you say "Prelude.map" in your source code, you --- get a Name with the correct known key +-- get a Name with the correct known key (See Note [Known-key names]) wiredInThings = concat [ -- Wired in TyCons and their implicit Ids |