OCaml 5.3.0 was released on 2025-01-08. Learn more about this in the release notes.| OCaml
OCaml 5.2.0 was released on 2024-05-13. Learn more about this in the release notes.| OCaml
OCaml 5.1.0 was released on 2023-09-14. Learn more about this in the release notes.| OCaml
OCaml 4.14.0 was released on 2022-03-28. Learn more about this in the release notes.| OCaml
OCaml 4.07.0 was released on 2018-07-10. Learn more about this in the release notes.| OCaml
This chapter describes the functions provided by the OCaml| ocaml.org
☰| ocaml.org
☰| ocaml.org
One of my small issues with OCaml is that the standard library is quite spartan. Sometimes it misses functions that are quite common in other (similar) languages. One such example are functions like drop, drop_while, take and take_while in the List module.1 What’s weird is that the similar Seq module features all those functions since OCaml 4.14. I believe it was Haskell that populirized them. ↩| (think)