summaryrefslogtreecommitdiff
path: root/test/regress/regress0/ho/lambda-equality-non-canon.smt2
blob: 80f3db417cb1a6370d791ce50d4aefef5408615e (plain)
1
2
3
4
5
6
7
8
9
; COMMAND-LINE: --uf-ho
; EXPECT: sat
(set-logic 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