Haskell Platform decision: time to bless parsec 3?

Simon Peyton-Jones simonpj at microsoft.com
Mon Nov 8 16:45:25 EST 2010


|  Ah, drat. However it looks like Parsec.Prim.many is not inlined.
|  
|  I thought at the instance declaration site I could include an INLINE
|  pragma. Does that not work as one would hope?

You can certainly write {-# INLINE #-} pragmas on the methods of an instance declaration.  If you think that doing so does not work in GHC 7, please file a bug report.  Thanks!

Simon


More information about the Libraries mailing list