5 ms·
I would love to use elm. For me, it needs more in the standard library, but this is the language that has an unzip function and removed the zip function.
by wjsetzer 7y ago
I would love to use elm. For me, it needs more in the standard library, but this is the language that has an unzip function and removed the zip function.
- bussierem 7y agoI mean yes they don't have an explicit function that does exactly zip anymore, but that's because it's been generalized into (IMO) a much more powerful function: https://package.elm-lang.org/packages/elm/core/latest/List#map2 https://package.elm-lang.org/packages/elm/core/latest/List#m... The docs example even shows it being used as a zip.