(define-funs-rec ((g ((a Int) (b Int)) Bool)) ((g a b))) (assert (g 2 2))