Skip to content

Version 3.10

Latest
Compare
Choose a tag to compare
@ndmitchell ndmitchell released this 02 Feb 20:41
· 8 commits to master since this release

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