TP-traduction-langages/exemples/exemple-08.mml
2021-11-24 18:23:17 +01:00

2 lines
50 B
Plaintext
Executable file

let x = 1 in let add = fun y -> x + y in (add) 4