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

3 lines
37 B
Plaintext

let id = fun x -> x in
print (id 42)