summaryrefslogtreecommitdiff
path: root/test/regress/regress0/ho/lambda-equality-non-canon.smt2
blob: 61753d90a75028fc51b455ce150c9f9f4b294666 (plain)
1
2
3
4
5
6
7
8
; EXPECT: sat
(set-logic HO_ALL)
(set-info :status sat)
(declare-fun f (Int) Int)

(assert (= f (lambda ((x Int)) (ite (and true (= x 0)) 1 2))))

(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback