
3 Jul
2010
3 Jul
'10
9:40 a.m.
On 3 July 2010 14:20, Andrew Coppin
Tangentally, it seems to me that all monads can be described as doing zero or more of: - Invisibly pass state around (and possibly modify it). - Perform unusual flow control. - I/O (or some restricted subset of it). Can anybody think of a monad that does something that doesn't fall under one of these categories?
The Identity monad of course. You did ask...