[Haskell-cafe] Martin Odersky on "What's wrong with Monads"

Anton Kholomiov anton.kholomiov at gmail.com
Sun Jun 24 11:38:15 CEST 2012


do-notation is just syntax in theory but in practice
it's difficult to avoid it. Try to write any OpenGL
program in terms of `>>=`,  `>>` and `return`.
I don't like to use `do` knowing that it's just
syntax sugar but sometimes it help a lot.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120624/e18d00e2/attachment.htm>


More information about the Haskell-Cafe mailing list