Fix interpreter

This commit is contained in:
Martin Fredin 2023-02-11 11:04:39 +01:00
parent e212c79a44
commit d67eddcf0f
5 changed files with 105 additions and 33 deletions

4
sample-programs/basic-9 Normal file
View file

@ -0,0 +1,4 @@
main = (\f.\x.\y. f x + f y) (\x. x+x) ((\x. x+1) ((\x. x+3) 2)) 4