slimp/+.slimp
2023-06-12 11:40:38 -04:00

4 lines
71 B
Text

(forall (a b) (+ a (succ b)) (succ (+ a b)))
(forall (a) (+ a 0) a)