What is it? Why is it so leet? Why do I need to use it for IO?
Name:
Anonymous2014-03-25 14:01
>>1
A monad is something you can connect in a sequence so that the choice of a step can depend on the results of previous steps. In other words, it's the most natural way to exress sequences of actions.