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

3 lines
53 B
Plaintext

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