slimp/*.slimp

3 lines
69 B
Text
Raw Normal View History

2023-06-12 11:40:38 -04:00
(forall (a b) (* a (succ b)) (+ a (* a b)))
(forall (a) (* a 0) 0)