Wrapped KindN
instances like in List[KindN[...]]
do not translate to the correct type
#631
Labels
Milestone
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[...]]
orMaybe[KindN[...]]
or any other wrappedKindN
instances.I won't say that it is a blocker. But a major bug for us right now.
The text was updated successfully, but these errors were encountered: