[Haskell-beginners] How would you write...

Kim-Ee Yeoh ky3 at atamo.com
Tue Apr 22 13:58:47 UTC 2014


On Tue, Apr 22, 2014 at 3:00 PM, John M. Dlugosz
<ngnr63q02 at sneakemail.com>wrote:

> chain1 = [ translate x y $ color red $ Circle r | (x,y,r) <- pappus 100
> [1..10] ]


What is translate? What is color? What is Circle? What is pappus?

None of this is plain haskell.

John, if you make your readers guess at undefined names, they'll go away
and hangout somewhere friendlier!

-- Kim-Ee
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20140422/1e3e99ec/attachment.html>


More information about the Beginners mailing list