Exploit now-working default-method INLINE pragmas for Data.Bits
authorsimonpj@microsoft.com <unknown>
Thu, 29 Oct 2009 13:50:41 +0000 (13:50 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 29 Oct 2009 13:50:41 +0000 (13:50 +0000)
commit42cce945381267dade7f876f493af89962a28f3b
tree58d525edb3a900bc47516ca24c158aec1f3574ce
parenta009c4b45817286eda2cd95259c7e7adfe69a75c
Exploit now-working default-method INLINE pragmas for Data.Bits

* Add INLINE pragmas to default methods for class Bits

* Remove redundant instance methods elsewhere, now that
  the default method will do the job
Data/Bits.hs
GHC/Int.hs
GHC/Word.hs