<p dir="ltr">Its considered unfriendly to not give important information. The minimum information would have been the typesignature of every function you use. </p>
<div class="gmail_quote">Am 22.04.2014 20:38 schrieb "John M. Dlugosz" <<a href="mailto:ngnr63q02@sneakemail.com">ngnr63q02@sneakemail.com</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 4/22/2014 8:58 AM, Kim-Ee Yeoh wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
On Tue, Apr 22, 2014 at 3:00 PM, John M. Dlugosz <<a href="mailto:ngnr63q02@sneakemail.com" target="_blank">ngnr63q02@sneakemail.com</a><br>
<mailto:<a href="mailto:ngnr63q02@sneakemail.com" target="_blank">ngnr63q02@sneakemail.<u></u>com</a>>> wrote:<br>
<br>
    chain1 = [ translate x y $ color red $ Circle r | (x,y,r) <- pappus 100 [1..10] ]<br>
<br>
<br>
What is translate? What is color? What is Circle? What is pappus?<br>
<br>
None of this is plain haskell.<br>
<br>
John, if you make your readers guess at undefined names, they'll go away and hangout<br>
somewhere friendlier!<br>
<br>
-- Kim-Ee<br>
<br>
<br>
</blockquote>
<br>
<br>
Sorry — I thought showing a form that did work would be enough.  The important part is that I have a input = map foo [0..10] and a bar (t1,t2,t3) = baz where baz returns a tuple, and the result of bar is the guts of another map.<br>

<br>
I didn't realize that using real words from a library instead of foo and bar was considered unfriendly!<br>
<br>
<br>
______________________________<u></u>_________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@haskell.org" target="_blank">Beginners@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/beginners" target="_blank">http://www.haskell.org/<u></u>mailman/listinfo/beginners</a><br>
</blockquote></div>