[project @ 2004-04-05 10:35:11 by simonpj]
authorsimonpj <unknown>
Mon, 5 Apr 2004 10:35:14 +0000 (10:35 +0000)
committersimonpj <unknown>
Mon, 5 Apr 2004 10:35:14 +0000 (10:35 +0000)
commit86b3c9519a4027be3d19a46397f0c2a1797c4606
treebf5c289af0e557eabb65f7a145966172de05d674
parent0f098b75c81e884a445654b2fe097ee247436ee1
[project @ 2004-04-05 10:35:11 by simonpj]
In the derived code for gunfold, use a wild-card for the
final case, to avoid a redundant test, and to eliminate the
annoying warning about un-matched cases.

While I'm at it, rename HsUtils.wildPat to nlWildPat, for
consistency.
ghc/compiler/deSugar/Check.lhs
ghc/compiler/hsSyn/HsUtils.lhs
ghc/compiler/typecheck/TcClassDcl.lhs
ghc/compiler/typecheck/TcGenDeriv.lhs