Leonardus Chen
Leonardus Chen
## Possible solutions I have explored TL;DR: - Solution 1: gives desired behavior 1, but forces users to manually-type - Solution 2: gives desired behavior 1, but only works on...
> Let's do option 2 first and after that another PR for option 3. I want to run mypy against my codebases for changes from option 3 in isolation to...
I realized we have a similar problem with `Aggregate` too. In this case, the stub declares the type as if `Provider` is already covariant, but it's wrong since it's still...