[Haskell-cafe] Re: haskell programming guidelines

Christian Maeder maeder at tzi.de
Thu Feb 23 05:12:58 EST 2006


ajb at spamcop.net wrote:
> Compare this notation:
> 
>     f . g . h $ x
> 
> with the one you suggested:
> 
>     f $ g $ h $ x

I suggested:

       f . g $ h x

or
       f $ g $ h x

Christian




More information about the Haskell-Cafe mailing list