elm-lang / elm-platform

Bundle of all core development tools for Elm
BSD 3-Clause "New" or "Revised" License
762 stars 125 forks source link

Should mention some alternative for Maybe.oneOf #182

Closed szabolcsmaj closed 8 years ago

szabolcsmaj commented 8 years ago

I added a PR to update the docs to mention the removal in the first place.

Although the function itself is not a complicated one, the migration docs should mention something about replacing it with something else.

Also, why was it removed in the first place?

evancz commented 8 years ago

A few notes on this in https://github.com/elm-lang/core/commit/5f43ad84532bd4d462edf5c1ec22b7a62352a2db

We had quite a long alpha and beta period before 0.18 was released and no compelling examples were brought forward. Perhaps people were using it in a good way, but I cannot think of an example of that and have not heard of one.