churf/sample-programs/basic-1
2023-03-22 12:45:51 +01:00

2 lines
31 B
Text

f : Int -> Int ;
f = \x. x+1 ;