You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need python/mypy#9001 to be released in mypy to write our custom translator of types.
Because otherwise, we won't be able to support List[KindN[...]] or Maybe[KindN[...]] or any other wrapped KindN instances.
I won't say that it is a blocker. But a major bug for us right now.