On Tue, Apr 22, 2014 at 3:00 PM, John M. Dlugosz <ngnr63q02@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