Remove the hasGenerics field of TyCon, improve the way the Generics flags is handled...
[ghc-hetmet.git] / compiler / prelude / PrelNames.lhs
index 08d99dc..c334bce 100644 (file)
@@ -555,8 +555,8 @@ u1DataCon_RDR, par1DataCon_RDR, rec1DataCon_RDR,
   k1DataCon_RDR, m1DataCon_RDR, l1DataCon_RDR, r1DataCon_RDR,
   prodDataCon_RDR, comp1DataCon_RDR, from0_RDR, from1_RDR,
   to0_RDR, to1_RDR, datatypeName_RDR, moduleName_RDR, conName_RDR,
-  conFixity_RDR, conIsRecord_RDR, conIsTuple_RDR,
-  noArityDataCon_RDR, arityDataCon_RDR,
+  conFixity_RDR, conIsRecord_RDR,
+  noArityDataCon_RDR, arityDataCon_RDR, selName_RDR,
   prefixDataCon_RDR, infixDataCon_RDR, leftAssocDataCon_RDR,
   rightAssocDataCon_RDR, notAssocDataCon_RDR :: RdrName
 
@@ -584,7 +584,6 @@ selName_RDR       = varQual_RDR gHC_GENERICS (fsLit "selName")
 conName_RDR       = varQual_RDR gHC_GENERICS (fsLit "conName")
 conFixity_RDR     = varQual_RDR gHC_GENERICS (fsLit "conFixity")
 conIsRecord_RDR   = varQual_RDR gHC_GENERICS (fsLit "conIsRecord")
-conIsTuple_RDR    = varQual_RDR gHC_GENERICS (fsLit "conIsTuple")
 
 noArityDataCon_RDR    = dataQual_RDR gHC_GENERICS (fsLit "NoArity")
 arityDataCon_RDR      = dataQual_RDR gHC_GENERICS (fsLit "Arity")