<div dir="ltr">-1, for the reasons given by Henning.<div><br></div><div style>If we&#39;re going to be changing stuff in Prelude, why not start with Functor/Monad?</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Thu, May 16, 2013 at 5:04 AM, Henning Thielemann <span dir="ltr">&lt;<a href="mailto:lemming@henning-thielemann.de" target="_blank">lemming@henning-thielemann.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><br>
On Wed, 15 May 2013, David Luposchainsky wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
+1. I think the Prelude should be a general module of the most commonly<br>
needed functions, which (generalized) folds and traversals are certainly<br>
part of; right now it feels more like a beginner module at times.<br>
</blockquote>
<br></div>
It is certainly a kind of beginner module, but that&#39;s good. Experts know how to import. Putting the most general functions into Prelude does not work because:<br>
<br>
1. There are often multiple sensible generalizations of a Prelude function.<br>
<br>
2. You have to add more type annotations since types cannot be infered from the functions.<br>
<br>
<br>
There is simply no need to change Prelude and all packages that rely on specific types. Just don&#39;t be lazy and import the stuff you need!<br>
<br>
I should change my vote to:<br>
<br>
 -10<div class="HOEnZb"><div class="h5"><br>
<br>
______________________________<u></u>_________________<br>
Libraries mailing list<br>
<a href="mailto:Libraries@haskell.org" target="_blank">Libraries@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/libraries" target="_blank">http://www.haskell.org/<u></u>mailman/listinfo/libraries</a><br>
</div></div></blockquote></div><br></div>