From: simonpj@microsoft.com Date: Tue, 6 Nov 2007 13:55:48 +0000 (+0000) Subject: Fix Trac #1814 (staging interaction in Template Haskell and GHCi), and add comments X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3f1b316d7035c55cd712cd39a9981339bcef2e8c;hp=3f1b316d7035c55cd712cd39a9981339bcef2e8c;p=ghc-hetmet.git Fix Trac #1814 (staging interaction in Template Haskell and GHCi), and add comments 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). ---