Changes inline with the Elm 0.18 release.
- The order the arguments for
andThenare flipped.
Changes inline with the Elm 0.18 release.
applywas renamed toandMap, and the argument order was flipped for easier chaining with|>. This follows the new Elm 0.18 convention.($)and(*)were moved toRemoteData.Infix.purebecamesucceed, to fall in line with Elm core.mapFailurebecamemapError, to fall in line with Elm core.fromTaskno longer exists, following changes to the underlingTaskAPI.