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

3 lines
37 B
Plaintext
Raw Normal View History

2018-02-15 19:46:16 +01:00
let id = fun x -> x in
print (id 42)