On Wed, Sep 01, 1999 at 08:26:09PM +0200, George Russell wrote:
> You only need (>>=)
> if you want to declare your own instance of Monad, which probably doesn't
> need to be in an introductory course.

I agree with your second point.  However, I use (>>=) for the same reason
I use (.) and why I often write C like this:

    a = foo(bar(baz(xyzzy)));

So it comes down to personal preference.

-- 
%%% Antti-Juhani Kaijanaho % [EMAIL PROTECTED] % http://www.iki.fi/gaia/ %%%

                                  ""
                             (John Cage)


Reply via email to