[Haskell-beginners] Good style on "." and "$" pipeline?

Ozgur Akgun ozgurakgun at gmail.com
Wed Aug 22 11:32:25 CEST 2012


Hi,

On 22 August 2012 02:41, Felipe Almeida Lessa <felipe.lessa at gmail.com>wrote:

> But, like I said, it's just a matter of taste =).
>

If we are down to matters of taste, this is how I like to do it:

doFoo = finish . doSomethingOther . doSomething
foo = doFoo initialArg

Ozgur
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20120822/2811ddf9/attachment-0001.htm>


More information about the Beginners mailing list