Is it intentional that a double can't be compared to an integer literal? ``` if plus >= 0: ^ compiler.errors.TypedSyntaxError: can't compare double to Literal[0] ```
Is it intentional that a double can't be compared to an integer literal?