Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
hlint-3.10-x86_64-windows.zip | 2025-02-02 | 19.9 MB | |
hlint-3.10-x86_64-osx.tar.gz | 2025-02-02 | 28.1 MB | |
hlint-3.10.tar.gz | 2025-02-02 | 184.6 kB | |
hlint-3.10-x86_64-linux.tar.gz | 2025-02-02 | 14.8 MB | |
README.md | 2025-02-02 | 477 Bytes | |
Version 3.10 source code.tar.gz | 2025-02-02 | 206.3 kB | |
Version 3.10 source code.zip | 2025-02-02 | 255.0 kB | |
Totals: 7 Items | 63.4 MB | 2 |
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