5 ms·
> and, obviously, the inferred type (int -> int) is correct. No it’s not. It’s Optional[int] -> int at minimum. There are other completely valid signatures bey
by jsjohnst 1y ago
> and, obviously, the inferred type (int -> int) is correct.
No it’s not. It’s Optional[int] -> int at minimum. There are other completely valid signatures beyond that too.