Hacker News new | ask | show | jobs
by kccqzy 127 days ago
Haskell has had hlint for a very long time. Things like rewriting chained calls of `concat` and `map` into `concatMap`, or just rewriting your boolean expressions like `if a then b else False`.