[Haskell-cafe] Function application like a Unix pipe

Tomasz Zielonka tomasz.zielonka at gmail.com
Wed Nov 23 01:34:48 EST 2005


On Tue, Nov 22, 2005 at 02:09:40PM -0800, Scherrer, Chad wrote:
> (\|) = flip ($) -- (#) seems to me too pretty for other purposes to use
> it here.
> infixl 0 \|     -- Again, why can't this be negative or Fractional??

I have a ? operator that does the same thing. Next time I use it I'll
check if \| looks better.

Best regards
Tomasz


More information about the Haskell-Cafe mailing list