26 Aug 06:52
Re: [Haskell] Top Level <-
Ashley Yakeley <ashley <at> semantic.org>
2008-08-26 04:52:02 GMT
2008-08-26 04:52:02 GMT
John Meacham wrote:
> ... if ACIO is well defined which I think it is.
Affine: ma >> mb = mb
Central:
do {a <- ma;b <- mb;return (a,b)} = do {b <- mb;a <- ma;return (a,b)}
...for some concept of "=".
Is this correct? Are there any other constraints?
RSS Feed