[Haskell-beginners] Chain computations

Brent Yorgey byorgey at seas.upenn.edu
Sat Nov 20 18:12:18 EST 2010


On Sat, Nov 20, 2010 at 07:32:16PM +0100, Tim Baumgartner wrote:
> Thanks Brent,
> 
> I think I understood your point: In my form a ->> f ->> g, there are
> parentheses like (a ->> f) ->> g, and the parenth expression resolves
> to a value, whereas in a >$> f >>> g, there are parentheses like a >$>
> (f >>> g), and the parenth expression is a function which is much more
> flexible.

Yes, that's a very good way of putting it. 

-Brent


More information about the Beginners mailing list