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

fsharp/style/formatting: space (many curried args) #28141

Merged
merged 3 commits into from
Feb 9, 2022
Merged

Conversation

knocte
Copy link
Contributor

@knocte knocte commented Feb 9, 2022

Summary

Makes it explicit to require spaces between function and args, and in between args, when invocation is curried.

Fixes fsharp/fslang-design#643

@BillWagner BillWagner requested a review from dsyme February 9, 2022 14:16
@BillWagner
Copy link
Member

Adding @dsyme for review.

I'd like to verify that this is the style you'd want to recommend.

Should be not omitted -> Should not be omitted
@dsyme dsyme merged commit 71d3799 into dotnet:main Feb 9, 2022
@dsyme
Copy link
Contributor

dsyme commented Feb 9, 2022

These are correct clarifications, thank you!

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.

[style-guide] RFC: inconsistency on curried params invocation vs signature?
5 participants