4.08.0
版本发布时间: 2019-06-14 22:19:01
ocaml/ocaml最新发布版本:5.2.0(2024-05-13 20:27:08)
-
Binding operators (let*, let+, and*, etc). They can be used to streamline monadic code.
-
open
now applies to arbitrary module expression in structures and to applicative paths in signatures. -
A new notion of (user-defined) "alerts" generalizes the deprecated warning.
-
New modules in the standard library: Fun, Bool, Int, Option, Result.
-
A significant number of new functions in Float, including FMA support, and a new Float.Array submodule.
-
Source highlighting for errors and warnings in batch mode.
-
Many error messages were improved.
-
Improved AFL instrumentation for objects and lazy values.
See also: detailed list of changes