Skip to content
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

Support uncurried on v11 #49

Merged
merged 2 commits into from Jun 27, 2023
Merged

Support uncurried on v11 #49

merged 2 commits into from Jun 27, 2023

Conversation

mununki
Copy link
Member

@mununki mununki commented Jun 27, 2023

One of the biggest changes in ReScript v11 is the uncurried as default. This feature changed a lot of the compiler's internal representation and made existing ppx_spice incompatible. This PR contains changes that correspond to the uncurried mode in v11.

  • Support internal representation of function with arity.
  • Add the res.uapp attribute to the function apply.
  • Remove the data last operator |>.

@mununki mununki merged commit 9ea7006 into main Jun 27, 2023
@mununki mununki deleted the v11-uncurried branch June 27, 2023 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant