On Wed, 2006-07-19 at 20:24 +0100, Duncan Coutts wrote:
> with my recent ghc 6.5 (Jul 24th) that strTransformer rule no longer
> fires.
Sorry, that should have read July the 4th, not 24th!
Duncan
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-b
Hi Simon,
I think some recent patch has made some of my fusion rules stop
matching.
the test case is:
foo = B.map (+1) . B.filter (/=0)
with ghc 6.4.2 and with older versions of ghc-6.5 (May 26th):
5 RuleFired
2 int2Word#
2 narrow8Word#
1 strTransformerBi/strTransformerBi
with my