Fix an egregious bug: INLINE pragmas on monomorphic Ids were being ignored
authorsimonpj@microsoft.com <unknown>
Fri, 24 Sep 2010 15:58:15 +0000 (15:58 +0000)
committersimonpj@microsoft.com <unknown>
Fri, 24 Sep 2010 15:58:15 +0000 (15:58 +0000)
commitedeee10702955ca3c53444f2f328b4cce0ab3e32
tree00b323078199c1caf5d9f464d66a56ef0bcfdd18
parenta06cc26192b0df5726e7ae201e94379c734423fc
Fix an egregious bug: INLINE pragmas on monomorphic Ids were being ignored

I had do to some refactoring to make this work nicely
but now it does. I can't think how this escaped our
attention for so long!
compiler/deSugar/DsBinds.lhs
compiler/typecheck/TcBinds.lhs
compiler/typecheck/TcClassDcl.lhs
compiler/typecheck/TcInstDcls.lhs
compiler/typecheck/TcPat.lhs