[project @ 2003-10-02 22:31:46 by sof]
authorsof <unknown>
Thu, 2 Oct 2003 22:31:49 +0000 (22:31 +0000)
committersof <unknown>
Thu, 2 Oct 2003 22:31:49 +0000 (22:31 +0000)
commitaa94469a1e3911b490330faf39b4ff43eab6f0c2
tree387b03e4ffb05c2af0528d094c75d7c838ae4459
parentbe6501b6bee5e2c4ea7adcbadb8c00ed6eab43ca
[project @ 2003-10-02 22:31:46 by sof]
Fix handling of unused-matches for parallel list comprs. e.g, for,

     [ e | v1 <- e11 | v2 <- e21 ]

'e' wasn't considered part of v1 & v2's scope. Is now.
ghc/compiler/rename/RnExpr.lhs
ghc/compiler/rename/RnTypes.lhs