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

Parse fast pipe with underscore sugar correct. #2119

Merged
merged 3 commits into from
Aug 9, 2018

Conversation

IwanKaramazow
Copy link
Contributor

Fixes #2117

Parse

5->doStuff(3, _, 7)

as

5->(__x => doStuff(3, __x, 7))

Iwan added 2 commits August 7, 2018 21:13
@IwanKaramazow IwanKaramazow force-pushed the FastPipeWithUnderscore branch from 7f1831e to b005ce9 Compare August 7, 2018 19:13
@IwanKaramazow IwanKaramazow force-pushed the FastPipeWithUnderscore branch from 90a6ebe to bea2eba Compare August 7, 2018 19:24
@chenglou chenglou merged commit 95d66e7 into reasonml:master Aug 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants