churf/sample-programs/basic-2
2023-02-10 16:45:33 +01:00

4 lines
49 B
Text

add x = \y. x+y;
main = (\z. z+z) ((add 4) 6);