
Hello all, I recently read the post about a problem using the list monad, and I was wondering if there was an archive of monad usecases. If there is one, I'd like to see it, and if not it'd be a helpful part of the haskell community. Something like the example of the Maybe monad from "All About Monads".

Echo Nolan
Hello all, I recently read the post about a problem using the list monad, and I was wondering if there was an archive of monad usecases. If there is one, I'd like to see it, and if not it'd be a helpful part of the haskell community. Something like the example of the Maybe monad from "All About Monads".
There are some Haskell examples on the wiki: http://www.haskell.org/hawiki/CodeExamples If you know of any you would like to see on there, please add them by editing the page. If someone else has a better idea of a location of Monad use cases or examples, then we should link to it from that page :) peace, isaac

Echo Nolan
Hello all, I recently read the post about a problem using the list monad, and I was wondering if there was an archive of monad usecases. If there is one, I'd like to see it, and if not it'd be a helpful part of the haskell community. Something like the example of the Maybe monad from "All About Monads".
I haven't found any comprehensive archive either, but there are examples spread across the net and the Hakskell Wiki. A special usecase of monads is imperative programming. A few examples can be found at http://haskell.org/hawiki/ImperativeHaskell Hopefully when enough examples and snippets have been written it will be easy for someone to collect and edit a very much complete collection of examples. Regards Peter
participants (3)
-
Echo Nolan
-
Isaac Jones
-
Peter Eriksen