Finish Lambda Lifter

This commit is contained in:
Martin Fredin 2023-02-09 06:19:58 +01:00
parent 1f47288fcf
commit 7a2404cf74
3 changed files with 74 additions and 13 deletions

4
basic-2 Normal file
View file

@ -0,0 +1,4 @@
add x = \y. x + y;
main = (\z. z + z) ((add 4) 6);