-
-
Notifications
You must be signed in to change notification settings - Fork 125
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 type parameter syntax #677
Comments
Basic type alias statements ( |
Biggest problem with the rest right now is that we'd need |
Other problem is scoping—not sure if there's any way we can get the right scoping and keep |
Only plausible way to get the right scoping is to use a temp var for the name, use a |
For bounds, we're going to support |
Aside from variance inference, this should now be fully supported on |
See PEP 695.
The text was updated successfully, but these errors were encountered: