[Haskell] ANN: HLint 1.0

Lennart Augustsson lennart at augustsson.net
Sat Dec 20 10:45:55 EST 2008


It would be nice if HLint didn't suggest things that it will object to
in the next round.
Like

LLVM/Core/CodeGen.hs:176:1: Eta reduce
Found:
  applyArgs f g = apArgs 0 f g
Why not:
  applyArgs f = apArgs 0 f

BTW, great tool!

  -- Lennart


More information about the Haskell mailing list