cvs commit: fptools/ghc/compiler/cmm PprC.hs PprCmm.hs
fptools/ghc/compiler/nativeGen MachCodeGen.hs
Sven Panne
panne at haskell.org
Sat May 21 11:39:01 EDT 2005
panne 2005/05/21 08:39:01 PDT
Modified files:
ghc/compiler/cmm PprC.hs PprCmm.hs
ghc/compiler/nativeGen MachCodeGen.hs
Log:
Warning police: Removed overlapped patterns. In general, taking
compiler warnings about unmatched patterns seriously when they come up
later might be better than writing catch-all patterns right from the
start. Otherwise readers are confused and wonder which patterns might
be missing when there are none.
Revision Changes Path
1.20 +3 -3 fptools/ghc/compiler/cmm/PprC.hs
1.9 +0 -4 fptools/ghc/compiler/cmm/PprCmm.hs
1.23 +0 -2 fptools/ghc/compiler/nativeGen/MachCodeGen.hs
More information about the Cvs-ghc
mailing list