[commit: ghc] wip/T9732's head updated: Apply compulsory unfoldings during desugaring. See Note [Unfolding while desugaring] for the rationale. (7ca6589)
git at git.haskell.org
git at git.haskell.org
Wed Nov 12 11:07:06 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
Branch 'wip/T9732' now includes:
c774b28 Implement new integer-gmp2 from scratch (re #9281)
b11c8b8 Fix typo in panic message
05feff2 Binding things matched by an unboxed pattern synonym should require a bang
9d9b615 If pattern synonym is bidirectional and its type is some unboxed type T#, generate a worker function of type Void# -> T#, and redirect the wrapper (via a compulsory unfolding) to the worker.
7ca6589 Apply compulsory unfoldings during desugaring. See Note [Unfolding while desugaring] for the rationale.
More information about the ghc-commits
mailing list