On Wednesday 27 April 2005 15:46, Anuj Seth wrote:
> Thanks, that clears it up
> I was thinking that the output of (splitAt blockSize) would get piped to
> (splitAt blockSize . snd). Did not realize it goes to the whole iterate
> part.

It is useful to keep in mind that function application ('f x') is always of 
the highest precedence; it binds more tightly than any operator.

Ben
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to