Right now, the signature of andThen is
Changing the order of the parameters to
would adhere to the idea that you first pass configuration into the function, and later the data the function operates on.
Elm also did this change in 0.18: https://github.com/elm-lang/elm-platform/blob/master/upgrade-docs/0.18.md#backticks-and-andthen