On Sun, Nov 7, 2010 at 2:35 AM, Antoine Latter <aslat...@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. _______________________________________________ Haskell-platform mailing list Haskell-platform@projects.haskell.org http://projects.haskell.org/cgi-bin/mailman/listinfo/haskell-platform