[project @ 2002-11-06 13:10:46 by simonpj]
authorsimonpj <unknown>
Wed, 6 Nov 2002 13:10:47 +0000 (13:10 +0000)
committersimonpj <unknown>
Wed, 6 Nov 2002 13:10:47 +0000 (13:10 +0000)
commite26dd9a959b7b7810c2e2089940422092a95f2e3
tree4d1db4dc598effde587be91317b70ec5c68a9a57
parent8f0c89cbbbad60c4f05356fcb9053b7ed0c18075
[project @ 2002-11-06 13:10:46 by simonpj]
------------------
Template Haskell stuff
------------------

a) Pretty printer for TH (thanks to Ian Lynagh)

b) A declaration quote has type Q [Dec], not [Q Dec] as in
   the paper

c) Foreign imports are part of THSyntax, and can be spliced in
ghc/compiler/deSugar/DsMeta.hs
ghc/compiler/hsSyn/Convert.lhs
ghc/compiler/typecheck/TcSplice.lhs