Make arity of INLINE things consistent
authorsimonpj@microsoft.com <unknown>
Mon, 10 May 2010 13:30:05 +0000 (13:30 +0000)
committersimonpj@microsoft.com <unknown>
Mon, 10 May 2010 13:30:05 +0000 (13:30 +0000)
commit9adc50f67cad200f5848ede1849b1e4b9158f915
tree4c282b5e7be2f678839728fbc05bbad8409821fb
parent75aadeee9fc8495b2eaf3f2448591846cc917968
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.
compiler/basicTypes/BasicTypes.lhs
compiler/deSugar/DsBinds.lhs