Closed
Description
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.