polarify
polarify copied to clipboard
Support chained comparison like ` if 0 < x < 10`
We could transform tests like this to if (0 < x) and (x < 10):
Also, we should add support for ast.BoolOp in the test of an if statement.
https://github.com/Quantco/polarify/pull/3#discussion_r1278466608