Skip to content

v21.9.0

Choose a tag to compare

@github-actions github-actions released this 19 Sep 14:22
· 7 commits to main since this release
9e008c9

Add count with a predicate (#222)

Enhancements:

  • count(predicate) counts the elements that satisfy a predicate: xs |>
    count(n => n % 2 == 0)

Technical:

  • Raise VERSION to 21.9.0
  • Bump the local ghul.compiler pin to 60.2.4

Co-authored-by: ghul-coder[bot] <286450068+ghul-coder[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 5 noreply@anthropic.com