On Fri, Sep 19, 2014 at 5:05 PM, Henning Thielemann <lemming@henning-thielemann.de> wrote:

On Fri, 19 Sep 2014, David Feuer wrote:

Joachim, you may be right about sum and product; I really don't know. Henning: this doesn't change the Data.Foldable API at all. Data.Foldable already exports all of these functions, and the class would give each of them a valid default implementation.

For consumers of the functions it would not change much. However, user instances with custom implementations of the new methods cannot be used with older Prelude versions anymore.

Don't we normally blame the person who wrote code that was incompatible with the library version they wanted to support, rather than the new library for adding something new that they chose to depend on?