DEBSOURCES
Skip Quicknav
sources / sail-ocaml / 0.19.1%2Bdfsg5-1 / test / smt / lteq_int_trans.unsat.sail
12345678
default Order dec $include <prelude.sail> $property function prop(x: int, y: int, z: int) -> bool = { if (x <= y & y <= z) then x <= z else true }