[Haskell-cafe] What is <-

Henning Thielemann lemming at henning-thielemann.de
Sun Aug 8 09:38:18 EDT 2010


On Sun, 8 Aug 2010, michael rice wrote:

> So, Example 2 desugared becomes...
> 
>      [1..] >== \z ->  ?


Yes, [1..] >>= \z -> ...


More information about the Haskell-Cafe mailing list