RosettaCodeData/Task/Higher-order-functions/F-Sharp/higher-order-functions-2.fs
2023-07-01 13:44:08 -04:00

2 lines
64 B
GLSL

> List.map2 (+) [1;2;3] [3;2;1];;
val it : int list = [4; 4; 4]