Inline foldr and (.) when applied to two arguments not three
authorsimonpj@microsoft.com <unknown>
Thu, 29 Oct 2009 13:43:35 +0000 (13:43 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 29 Oct 2009 13:43:35 +0000 (13:43 +0000)
commitff3d1aecef407d6a1eee09f92684a96d64e27c10
tree0210f6c1e7326af08775c4d170e292b8b4eb0e79
parentd13ff82ad343bbc81ae7f17fb7e6d228ea0f84cb
Inline foldr and (.) when applied to two arguments not three

The new INLINE story is (by design) arity-sensitive, so we must
put fewer argument on the LHS for foldr and (.)
GHC/Base.lhs