that currently doesn't work. outputs this (wrong): (unquote (foldr (lambda acc (lambda binding (cons -> (cons binding (cons acc ()))))) d (cons a (cons b (cons c ())))))
3 lines
69 B
Text
3 lines
69 B
Text
(forall (a b) (* a (succ b)) (+ a (* a b)))
|
|
(forall (a) (* a 0) 0)
|