Skip to content
Snippets Groups Projects
Commit 982335b0 authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

[project @ 2000-09-25 13:09:02 by simonpj]

Fix slightly bogus error message
parent 7a9b0a9d
No related branches found
No related tags found
No related merge requests found
......@@ -202,7 +202,7 @@ dsLookupGlobalValue :: Unique -> DsM Id
dsLookupGlobalValue key us genv loc mod warns
= (lookupWithDefaultUFM_Directly genv def key, warns)
where
def = pprPanic "tcLookupGlobalValue:" (ppr key)
def = pprPanic "dsLookupGlobalValue:" (ppr key)
\end{code}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment