Haskell monad functions are not easy to understand, where can I find usage examples?
|
|
You mean the functions with names like You could also take a look at this question. |
||
|
|
|
|
I wrote a case study called "Anatomy of a New Monad". Is this what you meant? |
||
|
|
|
|
The answer I was looking for is: [A tour of the Haskell monad functions][1] But I'm still looking for something similar for the non standard monads. [1]: http://members.chello.nl/hjgtuyl/tourdemonad.html A tour of the Haskell monad functions |
||
|
|
|
|
The new O'Reilly book Real World Haskell has some good chapters on monads, which include the kind of |
|||
|
