Syntax Lookup

Enter some language construct you want to know more about.
This is the @@uncurried decorator.

If you have uncurried mode turned off in rescript.json and still want to try it on a per-file basis, you can turn it on via

RESCRIPT
@@uncurried

at the top of a .res file.

Available since ReScript 11.0.0.

References