churf/sample-programs/basic-2
2023-02-09 17:53:39 +01:00

4 lines
49 B
Text

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