-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Missing scala.Tuple.flatMap #13163
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
Comments
Tests can be added to tests/pos/tuple-flatmap.scala. |
What's about other methods, e.g. fold? Its implementation is missing too |
Not sure how a |
We have a good implementation in #13245, but the signature is not ideal. We should revisit this PR in the future when we have more flexibility with type arguments (such as defining |
we have |
Compiler version
3.0
Description
We have
Tuple.FlatMap
to compute the type ofTuple.flatMap
but we do not implementTuple.flatMap
.We should implement it in a similar way as what is described in #12888.
The text was updated successfully, but these errors were encountered: