Since OCaml 5.4, one can [annotate a mutable record field](https://ocaml.org/manual/5.4/parallelism.html#s:atomic-record-fields) to have atomic getters and setters. This information should be reflected in odoc's display of the field!
Since OCaml 5.4, one can annotate a mutable record field to have atomic getters and setters.
This information should be reflected in odoc's display of the field!