Description
Haskell source code can be checked for style improvements, simplifications, and common refactoring suggestions.
It is useful for Haskell developers who want fast feedback before review or CI. Lint suggestions are guidance rather than proof of correctness, so changes should be tested and reviewed in the context of the project.