(define-funs-rec ((f ((x Int)) Bool)) ((= x 1))) (assert (f 1))