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 Fix1 (partial application). #26708

Merged
merged 1 commit into from
Apr 5, 2018
Merged

Conversation

tpapp
Copy link
Contributor

@tpapp tpapp commented Apr 5, 2018

Also add some trivial tests, and clarify that this is for two-argument functions in the docstrings.

This is a follow-up to 71fbc70, my understanding is that this was planned. See also forum discussion.

Also add some trivial tests, and clarify that this is for two-argument
functions in the docstrings.
@tpapp
Copy link
Contributor Author

tpapp commented Apr 5, 2018

I suppose the tests failing on Xcode are unrelated.

@StefanKarpinski
Copy link
Sponsor Member

Issue filed for CI problem: #26725.

@stevengj
Copy link
Member

stevengj commented Apr 5, 2018

My "currying" PR now lowers f(x,_) to Fix1 and f(_,y) to Fix2.

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.

4 participants