Haskell Platform decision: time to bless parsec 3?

Bryan O'Sullivan bos at serpentine.com
Sun Nov 7 11:11:48 EST 2010


On Sun, Nov 7, 2010 at 2:35 AM, Antoine Latter <aslatter at gmail.com> wrote:
> Ah, drat. However it looks like Parsec.Prim.many is not inlined.

I wouldn't even worry about this. I think that apart from the Church
encoding transformation, Parsec3 has seen almost no performance work.

> I thought at the instance declaration site I could include an INLINE
> pragma. Does that not work as one would hope?

It should. GHC 6.12 and earlier do squirrelly things with INLINE
declarations on instances, though. 7 is better.


More information about the Libraries mailing list