default Order dec $include $property function prop(x: int, y: int) -> bool = { if x != y then { assert(x != y); true } else true }