3.10, released 2024-02-02
- BREAKING #1594, upgrade to GHC 9.12
- #1617, hints for when x <*> y could be y, e.g. []
- #1568, add mapMaybe f (reverse x) ==> reverse (mapMaybe f x)
- #1569, avoid redundant Foldable.toList calls in Foldable operations
- #1571, rename a few hints to make them clearer
- #1599, add translated 0 0 hint for CodeWorld project
- #1600, add sum [x, y] ==> x + y
- #1549, downgrade a few of the error severities to warn