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 curry/uncurry with flip #549

Closed
wants to merge 1 commit into from
Closed

Add curry/uncurry with flip #549

wants to merge 1 commit into from

Conversation

gusty
Copy link
Member

@gusty gusty commented Sep 15, 2023

This will add overloads for curryFlip and uncurryFlip

@gusty gusty force-pushed the master branch 6 times, most recently from 9b34ece to b2f3c8c Compare October 15, 2023 05:01
@gusty
Copy link
Member Author

gusty commented Nov 30, 2023

This was an experiment, I don't see where it could be helpful, maybe @smoothdeveloper knows better

@gusty gusty closed this Nov 30, 2023
@smoothdeveloper
Copy link
Contributor

fsharp/fslang-suggestions#1039 (comment)

@gusty, do you know if it is possible to make a function that is like flip that would work on any method, and puts the first argument as the last and untuple the arguments? It could be used to turn the extension methods into functions that you can pipe into, passing the this last.

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.

2 participants