Skip to content

Removed a description of curried functions #30609

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

Merged
merged 1 commit into from
Apr 13, 2020
Merged

Conversation

gribozavr
Copy link
Contributor

Curried functions were removed in 2016 in 983a674.

Curried functions were removed in 2016 in 983a674.
@gribozavr gribozavr requested a review from slavapestov March 24, 2020 13:43
@slavapestov
Copy link
Contributor

There is still something in SIL type lowering which flattens a method's function type, like (Self) -> (Args...) -> Result into (Args..., Self) -> Result, so that should be mentioned somewhere.

@CodaFi
Copy link
Contributor

CodaFi commented Apr 9, 2020

@swift-ci please smoke test

@CodaFi
Copy link
Contributor

CodaFi commented Apr 13, 2020

@swift-ci smoke test Linux

@CodaFi
Copy link
Contributor

CodaFi commented Apr 13, 2020

@CodaFi CodaFi merged commit bdabeae into swiftlang:master Apr 13, 2020
@gribozavr gribozavr deleted the sil-rst branch May 27, 2020 08:03
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.

3 participants