churf/sample-programs/basic-4.crf
2023-03-26 18:38:07 +02:00

2 lines
52 B
Text

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