Haskell source code suggestions
Browse cluster: Haskell tooling and libraries →HLint is a tool for suggesting improvements to Haskell code, including recommendations to use alternative functions, simplify code, and eliminate redundancies. The project is written in Haskell and can be installed via the Cabal package manager; it operates on Haskell files and directories, recursively analyzing code ending in `.hs` or `.lhs`. HLint integrates with numerous editors, IDEs, and CI systems, and can also be used as a Code Climate engine. The project is maintained by ndmitchell, as evidenced by the GitHub repository URLs and build infrastructure references throughout the documentation.