Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
f8bf5817
Commit
f8bf5817
authored
Nov 23, 2001
by
simonmar
Browse files
[project @ 2001-11-23 15:43:39 by simonmar]
unbreak tcModule.
parent
dd823536
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/typecheck/TcModule.lhs
View file @
f8bf5817
...
...
@@ -395,8 +395,9 @@ tcModule pcs hst get_fixity this_mod decls
-- Second pass over class and instance declarations,
-- plus rules and foreign exports, to generate bindings
tcSetEnv env $
tcClassDecls2 this_mod tycl_decls `thenNF_Tc` \ (lie_clasdecls, cls_dm_binds, dm_ids) ->
tcExtendGlobalValEnv dm_ids $
tcInstDecls2 local_insts `thenNF_Tc` \ (lie_instdecls, inst_binds) ->
tcClassDecls2 this_mod tycl_decls `thenNF_Tc` \ (lie_clasdecls, cls_dm_binds) ->
tcForeignExports decls `thenTc` \ (lie_fodecls, foe_binds, foe_decls) ->
tcSourceRules source_rules `thenNF_Tc` \ (lie_rules, more_local_rules) ->
...
...
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