Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
f1842cac
Commit
f1842cac
authored
Oct 16, 2006
by
chak@cse.unsw.edu.au.
Browse files
Stage 2 fix to "Keep track of family instance modules"
parent
a2775fd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/typecheck/TcRnDriver.lhs
View file @
f1842cac
...
...
@@ -1095,7 +1095,7 @@ tcGetModuleExports mod = do
loadOrphanModules (dep_orphs (mi_deps iface)) False
-- Load any orphan-module interfaces,
-- so their instances are visible
loadOrphanModules (dep_finsts (mi_
finst
s iface)) True
loadOrphanModules (dep_finsts (mi_
dep
s iface)) True
-- Load any family instance-module interfaces,
-- so all family instances are visible
ifaceExportNames (mi_exports iface)
...
...
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