Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] containers (2 packages) (3.14) #26524

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

c-cube
Copy link
Contributor

@c-cube c-cube commented Sep 10, 2024

A modular, clean and powerful extension of the OCaml standard library

CHANGES:
  • predicate combinators: and_pred and or_pred

  • feat pp: add a bunch of extensions

  • Kleisli Composition Operator and Apply_or for option/result/fun (Kleisli Composition Operator and Apply_or Added c-cube/ocaml-containers#455)

  • add CCByte_buffer.to_slice

  • add a byte slice type CCByte_slice

  • add cons_when to CCListLabels

  • add (|||>) and ||> to CCFun

  • CCVector: Add function foldi

  • add containers.pvec, a persistent vector type.

  • perf: use a monomorphic impl for CCMonomorphic.{min,max}

CHANGES:

- predicate combinators: `and_pred` and `or_pred`
- feat `pp`: add a bunch of extensions
- Kleisli Composition Operator and Apply_or for option/result/fun (c-cube/ocaml-containers#455)
- add `CCByte_buffer.to_slice`
- add a byte slice type `CCByte_slice`
- add `cons_when` to `CCListLabels`
- add `(|||>)` and `||>` to `CCFun`
- `CCVector`: Add function foldi
- add `containers.pvec`, a persistent vector type.

- perf: use a monomorphic impl for `CCMonomorphic.{min,max}`
@shonfeder
Copy link
Contributor

Only revdeps failures in CI, and none appear to be due to this change.

Thanks for the updates!

@shonfeder shonfeder merged commit b88fc3e into ocaml:master Sep 13, 2024
2 of 3 checks passed
@c-cube
Copy link
Contributor Author

c-cube commented Sep 13, 2024 via email

@c-cube c-cube deleted the release-containers-v3.14 branch September 17, 2024 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants