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
_______________________________________________
Haskell mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to