-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Syntax proposal: TypeParameters with arguments #4236
Comments
Also see: #1213 |
I notice that you have a function extending a type - can you explain what you mean by this? |
@DanielRosenwasser isn't @Aleksey-Bykov I don't know if #1213 solves my problem. It's new to me, looks complex. I'll study and later answer here. Thanks guys |
Whoops, misread that, sorry. |
Would #214 solve this? |
👍 For generic generics |
I'm pretty sure this is the same as higher-kinded types in #1213. I'll close this as a duplicate. |
I propose extend generics to support arguments in type parameters. Something like that:
TypeParameter:
BindingIdentifier TypeParametersopt Constraintopt
This is useful for complex API's, like factories and proxies, that need receice too many data types.
The text was updated successfully, but these errors were encountered: