You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Test uncurried cast idea.
When curried application is used for an uncurried function, instead of a type error one gets a curried partial application.
This allows e.g. to define curried library functions such as `raise` and use them both with curried and uncurried application.
* Partial application of an uncurried type returns an uncurried type.
* Add support for uncurried externals
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
- Add support for unary uncurried pipe in uncurried mode https://github.com/rescript-lang/rescript-compiler/pull/5804
20
20
- Add support for partial application of uncurried functions: with uncurried application one can provide a
21
21
subset of the arguments, and return a curried type with the remaining ones https://github.com/rescript-lang/rescript-compiler/pull/5805
22
+
- Add support for uncurried externals https://github.com/rescript-lang/rescript-compiler/pull/5815
0 commit comments