Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
obsidiansystems
GHC
Commits
4cc1ed3b
Commit
4cc1ed3b
authored
Jul 07, 2008
by
simonpj@microsoft.com
Browse files
White space only
parent
4f643761
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/iface/TcIface.lhs
View file @
4cc1ed3b
...
...
@@ -980,7 +980,7 @@ tcIfaceGlobal name
{ type_env <- setLclEnv () get_type_env -- yuk
; case lookupNameEnv type_env name of
Just thing -> return thing
Nothing
-> pprPanic "tcIfaceGlobal (local): not found:"
Nothing -> pprPanic "tcIfaceGlobal (local): not found:"
(ppr name $$ ppr type_env) }
; _ -> do
...
...
Write
Preview
Markdown
is supported
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