summaryrefslogtreecommitdiff
path: root/test/regress/regress1/abduct-dt.smt2
blob: d72d15a216919b48ee8bd8e644d29aba40b98f40 (plain)
1
2
3
4
5
6
7
8
; COMMAND-LINE: --produce-abducts
; SCRUBBER: grep -v -E '(\(define-fun)'
; EXIT: 0
(set-logic ALL)
(declare-datatypes ((List 0)) (((nil) (cons (head Int) (tail List)))))
(declare-fun x () List)
(assert (distinct x nil))
(get-abduct A (= x (cons (head x) (tail x))))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback