# List.map (function x -> 2*x) [0;1;2;3;4];;
- : int list = [0; 2; 4; 6; 8]
