churf/sample-programs/basic-4
2023-02-10 16:45:33 +01:00

2 lines
36 B
Text

f x = let g = (\y. y+1) in g (g x)