churf/sample-programs/basic-9
2023-02-11 11:04:39 +01:00

4 lines
70 B
Text

main = (\f.\x.\y. f x + f y) (\x. x+x) ((\x. x+1) ((\x. x+3) 2)) 4