Interface file optimisation and removal of nameParent
[ghc-hetmet.git] / compiler / types / TypeRep.lhs
index aa1c1fa..9110d68 100644 (file)
@@ -354,7 +354,6 @@ funTyConName              = mkPrimTyConName FSLIT("(->)") funTyConKey funTyCon
 
 mkPrimTyConName occ key tycon = mkWiredInName gHC_PRIM (mkOccNameFS tcName occ) 
                                              key 
-                                             Nothing           -- No parent object
                                              (ATyCon tycon)
                                              BuiltInSyntax
        -- All of the super kinds and kinds are defined in Prim and use BuiltInSyntax,