churf/sample-programs/basic-6

4 lines
49 B
Text

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