Skip to content

Commit 4248349

Browse files
Note about minimum version
1 parent 62fa2fd commit 4248349

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_blogposts/2025-09-01-let-unwrap.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ async function main() {
259259

260260
## Experimental features
261261

262-
We have added an **experimental-features infrastructure** to the toolchain. If you use the new build system that comes with ReScript 12 by default, you can enable it in `rescript.json` like so:
262+
We have added an `experimental-features` infrastructure to the toolchain. If you use the new build system that comes with ReScript 12 by default, you can enable it in `rescript.json` like so:
263263

264264
```json
265265
{
@@ -277,6 +277,8 @@ If you still use the legacy build system, enable it with the compiler flag `-ena
277277
}
278278
```
279279

280-
We would love to hear your thoughts about this feature in the [forum](https://forum.rescript-lang.org/). Please try it out and tell us what you think!
280+
Both `experimental-feautures` and `let?` are available in [ReScript 12.0.0-beta.9](https://github.com/rescript-lang/rescript/blob/master/CHANGELOG.md#1200-beta9) or later. Bear in mind `let?` is subject to change or might even be removed entirely if it can be superseded by something else.
281+
282+
We would love to hear your thoughts about these features in the [forum](https://forum.rescript-lang.org/). Please try it out and tell us what you think!
281283

282284
Happy hacking!

0 commit comments

Comments
 (0)