v21.9.0
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