Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
d04199cb
Commit
d04199cb
authored
Dec 21, 2004
by
simonpj
Browse files
[project @ 2004-12-21 12:11:37 by simonpj]
Comments
parent
5fa56a91
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/iface/LoadIface.lhs
View file @
d04199cb
...
...
@@ -126,7 +126,7 @@ loadHiBootInterface
Just (mod_nm, True) -> -- There's a hi-boot interface below us
do { -- Load it (into the PTE, and return the exported names
do { -- Load it (into the PTE
)
, and return the exported names
iface <- loadSrcInterface (mk_doc mod_nm) mod_nm True
; sequenceM [ lookupOrig mod_nm occ
| (mod,avails) <- mi_exports iface,
...
...
@@ -331,7 +331,6 @@ loadDecl ignore_prags mod (_version, decl)
-- mk_new_bndr allocates in the name cache the final canonical
-- name for the thing, with the correct
-- * package info
-- * parent
-- * location
-- imported name, to fix the module correctly in the cache
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment