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)
The new INLINE story is (by design) arity-sensitive, so we must
put fewer argument on the LHS for foldr and (.)


No differences found