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

2 lines
33 B
Text

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