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

Add support for unary uncurried pipe in uncurried mode #5804

Merged
merged 1 commit into from
Nov 14, 2022

Conversation

cristianoc
Copy link
Collaborator

In normal mode, there is syntax for unary curried pipe (x->f) but not for unary uncurried. In uncurried mode, after this PR, unary uncurried pipe is supported in uncurried mode (still x->f).

In normal mode, there is syntax for unary curried pipe (`x->f`) but not for unary uncurried.
In uncurried mode, after this PR, unary uncurried pipe is supported in uncurried mode (still `x->f`).
@cristianoc cristianoc mentioned this pull request Nov 14, 2022
15 tasks
@cristianoc cristianoc merged commit e07496a into master Nov 14, 2022
@cristianoc cristianoc deleted the unary_uncurried_pipe branch November 14, 2022 12:43
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.

1 participant