Hi Twan, On Sun, Jan 27, 2008 at 03:06:05AM +0100, Twan van Laarhoven wrote: > > I have been fixing warnings in the GHC source code.
Great stuff, I've applied your patches. I'm a little bit suspicious of (not your change, but the original code) hunk ./compiler/coreSyn/CoreSyn.lhs 670 -seqAlts ((c,bs,e):alts) = seqBndrs bs `seq` seqExpr e `seq` seqAlts alts +seqAlts ((_,bs,e):alts) = seqBndrs bs `seq` seqExpr e `seq` seqAlts alts as I can't see a reason not to at least seq c. Thanks Ian _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
