improvement-proposals
improvement-proposals copied to clipboard
Scala Improvement Proposals
The existing spec uses as a legal example: ``` class Base { type Y } type YExtractor[t] = Base { type Y = t } ``` And we are allowed...
## SIP-62 - For comprehension improvements Author: Kacper Korban (VirtusLab) ### Summary of the proposed changes **For more details read the committed markdown file.** This proposal introduces improvements to `for`...
This is the associated contributors [thread](https://contributors.scala-lang.org/t/pre-sip-bind-variables-for-alternative-patterns/6321/13). The linked implementation is incomplete - I am happy to provide a more complete implementation at a later stage of the process.
This is the promised SIP for named tuples
A SIP for introducing coroutines to Scala using implicit parameters. We deal with usual coroutine problems such as colour-transparency and higher-order functions, as well as with concurrency problems. This SIP...