v2.8
版本发布时间: 2020-01-13 22:34:26
c-cube/ocaml-containers最新发布版本:v3.14(2024-09-10 20:49:27)
Large release with several major changes:
-
let
operators for OCaml >= 4.08 - deprecate
{of,to}_seq
in favor of{of,to}_iter
- deprecate
CCKList
in favor ofSeq.t
(and add{of,to}_std_seq
where possible) - a lot of new functions for lists
- use a tiny bit of unsafe in
CCVector
to prevent it from keeping values alive for too long - fixes related to mdx and dune 2