Open DetachHead opened 2 years ago
would need some kind of default type parameter support first, can you raise that?
i dont understand how it works enough, maybe you should
idk if this is related, being able to specify an arbitrary number of type parameters to Generic
? https://github.com/KotlinIsland/basedmypy/issues/126
Generator[int, None, None]
is super gross, especially since they are pretty much never used