Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
1ffb620a
Commit
1ffb620a
authored
Apr 21, 1996
by
partain
Browse files
[project @ 1996-04-21 14:45:56 by partain]
Sansom 1.3 changes to 960422
parent
2fa68df9
Changes
3
Show whitespace changes
Inline
Side-by-side
ghc/compiler/rename/Rename.lhs
View file @
1ffb620a
...
...
@@ -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),
...
...
ghc/compiler/rename/RnNames.lhs
View file @
1ffb620a
...
...
@@ -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 ->
...
...
ghc/compiler/rename/RnSource.lhs
View file @
1ffb620a
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment