|
|
|
|
|
by pyrale
1543 days ago
|
|
You work with monads all day long, you just don't think about them as such. There is no such thing as "monadic programing", even in Haskell. The thing making haskellers harp about monads is that the std lib went a bit far in making sure that every fitting data structure implements the monad interface, which includes IO. |
|