mpri-funcprog-project/src/tests/multi_args.lambda

2 lines
51 B
Text

let sum = fun x -> fun y -> x + y in
print(40 + 2)