[project @ 2000-10-24 15:55:35 by simonpj]
[ghc-hetmet.git] / ghc / compiler / rename / RnMonad.lhs
index fd2e8b9..19e22d6 100644 (file)
@@ -207,7 +207,7 @@ data ParsedIface
       pi_orphan    :: WhetherHasOrphans,               -- Whether this module has orphans
       pi_usages           :: [ImportVersion OccName],          -- Usages
       pi_exports   :: (Version, [ExportItem]),         -- Exports
-      pi_decls    :: [(Version, RdrNameHsDecl)],       -- Local definitions
+      pi_decls    :: [(Version, RdrNameTyClDecl)],     -- Local definitions
       pi_fixity           :: [RdrNameFixitySig],               -- Local fixity declarations,
       pi_insts    :: [RdrNameInstDecl],                -- Local instance declarations
       pi_rules    :: (Version, [RdrNameRuleDecl]),     -- Rules, with their version