[project @ 2000-12-20 15:58:35 by simonmar]
[ghc-hetmet.git] / ghc / compiler / rename / RnHiFiles.lhs
index f7f9c9f..03016e7 100644 (file)
@@ -232,7 +232,6 @@ tryLoadInterface doc_str mod_name from
                              iRules      = new_rules,
                              iImpModInfo = mod_map2  }
     in
-    seq mod_map2 $
     setIfacesRn new_ifaces             `thenRn_`
     returnRn (mod_iface, Nothing)
     }}
@@ -432,6 +431,9 @@ It's used for both source code (from @availsFromDecl@) and interface files
 It doesn't deal with source-code specific things: @ValD@, @DefD@.  They
 are handled by the sourc-code specific stuff in @RnNames@.
 
+       *** See "THE NAMING STORY" in HsDecls ****
+
+
 \begin{code}
 getTyClDeclBinders
        :: Module