Elm, Funksjonell
Artikkel (4 min)
Fra Eivind Dagsland Halderaker
Using the function map to change the elements of a list has become a common pattern in modern programming languages. It is often used in Elm and map is also used in Elm for the Maybe and Result types.