patch applied (ghc): Make arity of INLINE things consistent
Simon Peyton Jones
simonpj at microsoft.com
Mon May 10 09:50:41 EDT 2010
Mon May 10 06:30:05 PDT 2010 simonpj at microsoft.com
* Make arity of INLINE things consistent
We eta-expand things with INLINE pragmas;
see Note [Eta-expanding INLINE things].
But I eta-expanded it the wrong amount when the function
was overloaded. Ooops.
M ./compiler/basicTypes/BasicTypes.lhs +7
M ./compiler/deSugar/DsBinds.lhs -3 +4
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100510133005-1287e-7444d6892a6ea82cbb30b49cf38c80dfdcde3b3d.gz
More information about the Cvs-ghc
mailing list