churf/sample-programs/basic-4
2023-03-06 13:04:07 +01:00

2 lines
54 B
Text

f : _Int -> _Int ;
f x = let g = (\y. y+1) in g (g x)