Fix interpreter
This commit is contained in:
parent
e212c79a44
commit
d67eddcf0f
5 changed files with 105 additions and 33 deletions
4
sample-programs/basic-9
Normal file
4
sample-programs/basic-9
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
|
||||
|
||||
main = (\f.\x.\y. f x + f y) (\x. x+x) ((\x. x+1) ((\x. x+3) 2)) 4
|
||||
Loading…
Add table
Add a link
Reference in a new issue