Fix desugaring of unboxed tuples
authorsimonpj@microsoft.com <unknown>
Thu, 9 Feb 2006 17:53:28 +0000 (17:53 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 9 Feb 2006 17:53:28 +0000 (17:53 +0000)
commit3c245de9199f522f75ace92219256badbd928bd6
tree85ed31c4c83c8a09e523463427eb696c1f1bab8e
parentfebd6d9a765b22b982ec229f1f2426d1b5958232
Fix desugaring of unboxed tuples

This patch is a slightly-unsatisfactory fix to desugaring unboxed
tuples; it fixes ds057 which has been failing for some time.

Unsatisfactory because rather ad hoc -- but that applies to lots
of the unboxed tuple stuff.
ghc/compiler/deSugar/DsExpr.lhs
ghc/compiler/deSugar/DsMonad.lhs
ghc/compiler/deSugar/DsUtils.lhs
ghc/compiler/deSugar/Match.lhs
ghc/compiler/typecheck/TcHsSyn.lhs