slimp/*.slimp
mehbark 1cc38adba9 add a macroish example
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 ())))))
2023-06-15 13:09:02 -04:00

3 lines
69 B
Text

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