From 81f4f0d9713414bcccc18971d02c9dd441e5c18a Mon Sep 17 00:00:00 2001 From: simonpj Date: Wed, 7 May 2003 16:20:21 +0000 Subject: [PATCH] [project @ 2003-05-07 16:20:21 by simonpj] Comment only --- ghc/compiler/rename/RnIfaces.lhs | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/compiler/rename/RnIfaces.lhs b/ghc/compiler/rename/RnIfaces.lhs index c0d97db..e3aa3a4 100644 --- a/ghc/compiler/rename/RnIfaces.lhs +++ b/ghc/compiler/rename/RnIfaces.lhs @@ -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) -- 1.7.10.4