
15 Nov
2007
15 Nov
'07
9:55 p.m.
On 11/15/07, Don Stewart
Let me know if the rule fires. If it isn't, that's a bug, essentially.
-- Don
Don, As you can see the rule fires. C:\Temp>ghc --make -O2 -fasm -ddump-simpl-stats DropSpaceTest.hs ... 3 RuleFired 1 FPS pack/packAddress 2 FPS specialise dropWhile isSpace -> dropSpace ... By the way, what's the reason dropSpaceEnd is defined but not exported nor used through a rule? I'm just curious. Best regards, Olivier.