
7 Nov
2010
7 Nov
'10
11:11 a.m.
On Sun, Nov 7, 2010 at 2:35 AM, Antoine Latter
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.