zip
Apply a transformation to two Results, if both Results are Ok. If not, the first argument which is an Err will propagate through.
Elm: http://package.elm-lang.org/packages/elm-lang/core/latest/Result#map2
Apply a transformation to three Results, if all Results are Ok. If not, the first argument which is an Err will propagate through.
Elm: http://package.elm-lang.org/packages/elm-lang/core/latest/Result#map3
Apply a transformation to four Results, if all Results are Ok. If not, the first argument which is an Err will propagate through.
Elm: http://package.elm-lang.org/packages/elm-lang/core/latest/Result#map4
Apply a transformation to five Results, if all Results are Ok. If not, the first argument which is an Err will propagate through.
Elm: http://package.elm-lang.org/packages/elm-lang/core/latest/Result#map5