Skip to content

Commit 8ee18ce

Browse files
authored
Note that immutable arrays and labeled tuples will be in OCaml 5.4 (#4009)
* Note that immutable arrays and labeled tuples will be in OCaml 5.4 * Update jane/doc/extensions/_08-miscellaneous-extensions/labeled-tuples.md
1 parent df625e4 commit 8ee18ce

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

jane/doc/extensions/_08-miscellaneous-extensions/immutable-arrays.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ type `super`, then `sub iarray` is a subtype of `super iarray`, as though you ha
3434

3535
You can also have *immutable array comprehensions*: `[: x, y for x = 1
3636
to 3 and y in [: "some"; "thing" :] :]`.
37+
38+
*This extension will appear in OCaml 5.4 as the `Iarray` module. See [ocaml/ocaml#13097](https://github.com/ocaml/ocaml/pull/13097).*

jane/doc/extensions/_08-miscellaneous-extensions/labeled-tuples.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,5 @@ File "foo.ml", line 3, characters 6-12:
131131
^^^^^^
132132
Error: Could not determine the type of this partial tuple pattern.
133133
```
134+
135+
*This extension will appear in OCaml 5.4. See [ocaml/ocaml#13498](https://github.com/ocaml/ocaml/pull/13498).*

0 commit comments

Comments
 (0)