mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 04:56:03 +00:00
2 lines
No EOL
63 B
Text
2 lines
No EOL
63 B
Text
(define-funs-rec ((f ((x Int)) Bool)) ((= x 1)))
|
|
(assert (f 1)) |