hlint

Suggests improvements and detects errors in Haskell source code

brewmacoslinux
Try with needOr install directly
Source

About

Haskell source code suggestions

Commands

hlint

Examples

Analyze a single Haskell file for suggestions$ hlint myfile.hs
Analyze entire directory recursively$ hlint src/
Show suggestions with refactoring applied$ hlint --refactor myfile.hs