[project @ 2003-05-19 15:10:40 by simonpj]
authorsimonpj <unknown>
Mon, 19 May 2003 15:10:41 +0000 (15:10 +0000)
committersimonpj <unknown>
Mon, 19 May 2003 15:10:41 +0000 (15:10 +0000)
commit20555469928f41e7a670f2a38ae6f83aa8b774d5
tree77169d732553ae02fe4b0d34f18050e92ef7963b
parent3bb15d8e4915b433a81c706d3ad5da5261058e08
[project @ 2003-05-19 15:10:40 by simonpj]
--------------------------
Minor Template Haskell bug
--------------------------

This bug meant that spliced-in class declarations yielded a 'op not in scope',
where op was the class operation.  Thanks to Andre Pang for spotting this.

Some consequential tidying up in parsing too.
ghc/compiler/hsSyn/Convert.lhs
ghc/compiler/hsSyn/HsDecls.lhs
ghc/compiler/parser/Parser.y
ghc/compiler/parser/RdrHsSyn.lhs