cd/entity/hlintΒ· homeβ€Ί entitiesβ€Ί hlint
grep -l @hlint /news/*.json | wc -l β†’ 2

hlint

mentions 2 type Organization feed RSS

// recent coverage 2 mentions

10:34
2026-07-20
discourse.haskell.org
developer-tools

Line of code not working as expected

A Haskell beginner encountered unexpected behavior in a conditional expression due to operator precedence, where `x && y == False` was parsed as `x && (y == False)` instead of `(x && y) == False`. The…

05:05
2026-05-22
discourse.haskell.org
developer-tools

[ANN] GHCup 0.2.2.0 release

The GHCup 0.2.2.0 release, sponsored by IOG, introduces a major rewrite featuring a new "3rdparty" channel that provides access to non-core tools like Agda, ormolu, and hlint. The update also adds sup…

// co-occurs with top 5 entities
// topics top 2 topics