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.json
RESCRIPT@@uncurried
@@uncurried
at the top of a .res file.
.res
Available since ReScript 11.0.0.
11.0.0
Uncurried Mode blogpost
Build System configuration