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

Support for generic type constructor constraints #113

Open
KacperFKorban opened this issue Oct 15, 2020 · 1 comment
Open

Support for generic type constructor constraints #113

KacperFKorban opened this issue Oct 15, 2020 · 1 comment
Labels
enhancement New feature or request
Projects

Comments

@KacperFKorban
Copy link
Member

We should support generic type constructor constraints like class XD<X: D> { ... }

@KacperFKorban KacperFKorban added the enhancement New feature or request label Oct 15, 2020
@KacperFKorban KacperFKorban added this to To do in Inkuire via automation Oct 15, 2020
@KacperFKorban KacperFKorban moved this from To do to Backlog in Inkuire Nov 2, 2020
@KacperFKorban
Copy link
Member Author

Not it will rather be case class XD[X: D](x: X), since Scala 3 is the main language.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Inkuire
  
Backlog
Development

No branches or pull requests

1 participant