logoalt Hacker News

stratos123today at 3:27 PM0 repliesview on HN

Woah, that's quite an issue. The equivalent code in Python doesn't typecheck, since `list` is invariant and hence list[str] doesn't fit list[str|int]. Unusual for TS to handle types worse than Python.