use tuple
as generic type param to HasTypeParams
for covariance
#244
Milestone
tuple
as generic type param to HasTypeParams
for covariance
#244
Currently uses a
TypeVarTuple
, which is always invariant, and should therefore never be used to parametrize user-defined generic types.The text was updated successfully, but these errors were encountered: