Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upArray.map2 #767
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
process-bot
Dec 1, 2016
Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!
Here is what to expect next, and if anyone wants to comment, keep these things in mind.
process-bot
commented
Dec 1, 2016
|
Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it! Here is what to expect next, and if anyone wants to comment, keep these things in mind. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
rtfeldman
Dec 4, 2016
Member
@miniBill This exists in http://package.elm-lang.org/packages/elm-community/array-extra/1.0.2/Array-Extra#map2 - so you can use it right now!
Whether it should be in core is a separate question, but there's a general notion of "go through community -extra packages and see if it makes sense to bring things into core" from time to time, so I don't think we need a separate issue to track this particular one as a special case.
|
@miniBill This exists in http://package.elm-lang.org/packages/elm-community/array-extra/1.0.2/Array-Extra#map2 - so you can use it right now! Whether it should be in |
miniBill commentedDec 1, 2016
Can we get an
Array.map2function?The signature would be
(a -> b -> c) -> Array a -> Array b -> Array c