Fix Trac #1814 (staging interaction in Template Haskell and GHCi), and add comments
authorsimonpj@microsoft.com <unknown>
Tue, 6 Nov 2007 13:55:48 +0000 (13:55 +0000)
committersimonpj@microsoft.com <unknown>
Tue, 6 Nov 2007 13:55:48 +0000 (13:55 +0000)
An Id bound by GHCi from a previous Stmt is Global but Internal, and
I'd forgotten that, leading to unnecessary restrictions when using TH
and GHCi together.

This patch fixes the problem and adds lots of explanatory comments (which
is where most of the extra lines come from).


No differences found