[project @ 1996-04-21 14:45:56 by partain]
authorpartain <unknown>
Sun, 21 Apr 1996 14:46:00 +0000 (14:46 +0000)
committerpartain <unknown>
Sun, 21 Apr 1996 14:46:00 +0000 (14:46 +0000)
Sansom 1.3 changes to 960422

ghc/compiler/rename/Rename.lhs
ghc/compiler/rename/RnNames.lhs
ghc/compiler/rename/RnSource.lhs

index 9d707af..8fcc75e 100644 (file)
@@ -176,7 +176,6 @@ renameModule b_names b_keys us
 
     rnIfaces iface_cache us3 orig_def_env orig_occ_env rn_module (imports_used ++ must_haves) >>=
        \ (rn_module_with_imports, (implicit_val_fm, implicit_tc_fm), iface_errs, iface_warns) ->
-
     let
         all_imports_used = bagToList (unionManyBags [listToBag imports_used,
                                                     listToBag (eltsFM implicit_tc_fm),
index 912e675..2d1329b 100644 (file)
@@ -242,6 +242,8 @@ doName locn rdr
 newGlobalName :: SrcLoc -> Maybe ExportFlag
              -> RdrName -> RnM_Info s Name
 
+-- ToDo: b_names and b_keys being defined in this module !!!
+
 newGlobalName locn maybe_exp rdr
   = getExtraRn                 `thenRn` \ (_,b_keys,exp_fn,occ_fn) ->
     getModuleRn                `thenRn` \ mod ->
index 8cf8221..739c839 100644 (file)
@@ -34,7 +34,6 @@ import Unique         ( Unique )
 import UniqFM          ( emptyUFM, addListToUFM, addListToUFM_C, listToUFM, lookupUFM, eltsUFM )
 import UniqSet         ( UniqSet(..) )
 import Util            ( isIn, isn'tIn, sortLt, removeDups, cmpPString, panic, assertPanic, pprTrace{-ToDo:rm-} )
-
 \end{code}
 
 rnSource `renames' the source module and export list.