
29 Oct
2006
29 Oct
'06
1:13 p.m.
Hello kahl, Sunday, October 29, 2006, 5:30:41 PM, you wrote:
My notation is (=>>=), to go with (>>=).
and my is .>>= to reflect that it is like (.) i've used for years the following definitions: infixl 1 >>==, ==<<, =<<., .>>=, .>>, .>>==, ==<<. a>>==b = a >>= return.b a==<>=b) c = a c >>= b (a.>>b) c = a c >> b (a==<<.b) c = return.a =<< b c (a.>>==b) c = a c >>= return.b -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com