Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gesh
GHC
Commits
1ffb620a
Commit
1ffb620a
authored
28 years ago
by
Will Partain
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 1996-04-21 14:45:56 by partain]
Sansom 1.3 changes to 960422
parent
2fa68df9
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ghc/compiler/rename/Rename.lhs
+0
-1
0 additions, 1 deletion
ghc/compiler/rename/Rename.lhs
ghc/compiler/rename/RnNames.lhs
+2
-0
2 additions, 0 deletions
ghc/compiler/rename/RnNames.lhs
ghc/compiler/rename/RnSource.lhs
+0
-1
0 additions, 1 deletion
ghc/compiler/rename/RnSource.lhs
with
2 additions
and
2 deletions
ghc/compiler/rename/Rename.lhs
+
0
−
1
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),
...
...
This diff is collapsed.
Click to expand it.
ghc/compiler/rename/RnNames.lhs
+
2
−
0
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 ->
...
...
This diff is collapsed.
Click to expand it.
ghc/compiler/rename/RnSource.lhs
+
0
−
1
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment