···214214215215### Manual and documentation:
216216217217-- #13295: Use syntax for deep effect handlers in the effect handlers manual
218218- page.
219219- (KC Sivaramakrishnan, review by Anil Madhavapeddy, Florian Angeletti and Miod
220220- Vallat)
217217+- #12298: Manual: emphasize that Bigarray.int refers to an OCaml integer,
218218+ which does not match the C int type.
219219+ (Edwin Török, review by Florian Angeletti)
221220222221- #12868: Manual: simplify style colours of the post-processed manual and API
223222 HTML pages, and fix the search button icon
···238237- #13287: stdlib/sys.mli: Update documentation on Sys.opaque_identity
239238 following #9412.
240239 (Matt Walker, review by Guillaume Munch-Maccagnoni and Vincent Laviron)
240240+241241+- #13295: Use syntax for deep effect handlers in the effect handlers manual
242242+ page.
243243+ (KC Sivaramakrishnan, review by Anil Madhavapeddy, Florian Angeletti and Miod
244244+ Vallat)
241245242246### Compiler user-interface and warnings:
243247
+7-2
stdlib/bigarray.mli
···6161 and {!Stdlib.input_value}).
6262*)
63636464-(** {1 Element kinds} *)
6464+(** {1:elementkinds Element kinds} *)
65656666(** Bigarrays can contain elements of the following kinds:
6767- IEEE half precision (16 bits) floating-point numbers
···186186(** See {!Bigarray.char}. *)
187187188188val int : (int, int_elt) kind
189189-(** See {!Bigarray.char}. *)
189189+(** See {!Bigarray.char} and {!section:elementkinds}.
190190+191191+ Beware that this is a bigarray containing OCaml integers
192192+ (signed, 31 bits on 32-bit architectures, 63 bits on 64-bit architectures),
193193+ which does not match the [C] int type.
194194+ *)
190195191196val int32 : (int32, int32_elt) kind
192197(** See {!Bigarray.char}. *)