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

Fix issue where the internal ppx for pipe -> would not use uncurrie… #6878

Merged
merged 1 commit into from
Jul 14, 2024

Conversation

cristianoc
Copy link
Collaborator

…d application in uncurried mode.

@cristianoc cristianoc requested review from cknitt and zth July 14, 2024 04:48
Copy link
Collaborator

@zth zth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

}

function f2(a, b, c, d, e) {
let __ocaml_internal_obj = a(b);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never noticed __ocaml_internal_obj in the output before.
Maybe we should rename it?

@cristianoc cristianoc enabled auto-merge (rebase) July 14, 2024 06:36
@cristianoc cristianoc merged commit 101f90a into master Jul 14, 2024
7 checks passed
@cristianoc cristianoc deleted the pipe-uncurried branch July 14, 2024 06:37
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.

3 participants