diff options
author | Max Bolingbroke <batterseapower@hotmail.com> | 2011-09-10 10:16:38 +0100 |
---|---|---|
committer | Max Bolingbroke <batterseapower@hotmail.com> | 2011-09-27 06:40:58 +0100 |
commit | 5d7173f9ab8405511f75765e0541a04796d9bd07 (patch) | |
tree | cd34c9f9af8c13c4b6dfa9f953c5c570f1f8f961 /compiler/prelude/PrelInfo.lhs | |
parent | e2496a8193849620fc6b60a212d855e1624e8587 (diff) | |
download | haskell-5d7173f9ab8405511f75765e0541a04796d9bd07.tar.gz |
Change the way IfExtName is serialized so (most) wired-in names get special representation
This lets IfaceType be dumber, with fewer special cases, because deserialization for more
wired-in names will work. Once we have polymorphic kinds we will be able to replace IfaceTyCon
with a simple IfExtName.
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 c4a47f44a7..98531e28af 100644 --- a/compiler/prelude/PrelInfo.lhs +++ b/compiler/prelude/PrelInfo.lhs @@ -68,7 +68,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 |