[Haskell-cafe] dropSpace not exported in ByteString
Olivier Boudry
olivier.boudry at gmail.com
Thu Nov 15 21:55:53 EST 2007
On 11/15/07, Don Stewart <dons at galois.com> wrote:
>
> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20071115/ff56783b/attachment-0001.htm
More information about the Haskell-Cafe
mailing list