This commit is contained in:
Martin Fredin 2023-02-10 16:55:56 +01:00
parent f3600ffdf8
commit 78a3ed56ea

2
sample-programs/basic-8 Normal file
View file

@ -0,0 +1,2 @@
f x = let double = \y. y+y in (\x. x+y) 4;