id | keywords | name | summary | category | ||
---|---|---|---|---|---|---|
uncurried-decorator |
|
@@uncurried |
This is the `@@uncurried` decorator. |
decorators |
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
@@uncurried
at the top of a .res
file.
Available since ReScript 11.0.0
.