This example passes: ``` pure function foo(x: Int) returns (y: Int) ensures y > x { x - 2 } ``` Was there some reason why these checks are hard to do in general, or have we just not implemented the checks yet?
This example passes:
Was there some reason why these checks are hard to do in general, or have we just not implemented the checks yet?