[project @ 2003-05-07 16:20:21 by simonpj]
[ghc-hetmet.git] / 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)