churf/sample-programs/basic-4
2023-02-09 17:53:39 +01:00

2 lines
36 B
Text

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