Make (^) and (^^) INLINABLE
authorsimonpj@microsoft.com <unknown>
Wed, 17 Nov 2010 10:05:10 +0000 (10:05 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 17 Nov 2010 10:05:10 +0000 (10:05 +0000)
This makes them perform well robustly
(e.g. in test perf/should_run/MethSharing)
rather than relying on a rather delicate
let-floating.  See Note [Inlining (^) in Real.lhs


No differences found