1 2 3 4 5 6 7 8
default Order dec $include <prelude.sail> $property function prop(x: int, y: int) -> bool = { if x <= y & y <= x then x == y else true }