A. Coady
Results
21
comments of
A. Coady
The problem is `NewType` only has static support; at runtime there is no difference. ```python assert type(Int(0)) is int ``` So it's either support it as `int`, or not support...