-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rescript@11.0.0-alpha.3 The @inline attribute doesn't work in uncurried mode. #6149
Comments
I'm not sure how inline is supposed to work in this case. |
So this has never worked: @inline
let inlined = (. ) => () so strictly speaking here we're talking about an extension of functionality. |
I run the benchmarks for rescript-struct with uncurried mode on and broken @inline attribute. The result was pretty much the same. |
So, it's not as critical as I though, but it still would be nice to have it working in uncurried mode. |
Yep, but only tomorrow |
Sounds good. I'll leave this here. |
I looked a bit at |
It's not always done automatically for functions. |
If you find something related to uncurried, please report here. |
Example:
The text was updated successfully, but these errors were encountered: