[project @ 2003-05-07 16:20:21 by simonpj]
authorsimonpj <unknown>
Wed, 7 May 2003 16:20:21 +0000 (16:20 +0000)
committersimonpj <unknown>
Wed, 7 May 2003 16:20:21 +0000 (16:20 +0000)
Comment only

ghc/compiler/rename/RnIfaces.lhs

index c0d97db..e3aa3a4 100644 (file)
@@ -480,6 +480,7 @@ getWiredInGates (AClass cl)
 
 getWiredInGates (AnId the_id) = tyClsNamesOfType (idType the_id)
 getWiredInGates (ADataCon dc) = tyClsNamesOfType (idType (dataConWrapId dc))
+       -- Should include classes in the 'stupid context' of the data con?
 getWiredInGates (ATyCon tc)
   | isSynTyCon tc = tyClsNamesOfType ty
   | otherwise    = unitFV (getName tc)