Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 536 Bytes

decorator_uncurried.mdx

File metadata and controls

22 lines (16 loc) · 536 Bytes
id keywords name summary category
uncurried-decorator
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.

References