churf/basic-2
2023-02-09 06:19:58 +01:00

4 lines
53 B
Text

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