I have written a reference manual for the basic Haskell monad functions,
"A Tour of the Haskell Monad functions". It contains a lot of examples.
You can find it at:
http://members.chello.nl/hjgtuyl/tourdemonad.html
Regards,
Henk-Jan van Tuyl
--
http://functor.bamikanarie.com
http://Van.Tuyl.eu/
--
On Thu, 29 Jan 2009 03:44:30 +0100, Cory Knapp
Hello, so, I'm having a simple problem with monads: I have no idea how to actually use them. I understand the category theory (or, at least well enough to be able to explain "what is a monad"); I understand the way to declare something as a monad instance, but I just don't get how to program with them. Can anyone provide me with, or direct me towards, some simple monads and some ways of using (for example) the monadic properties of lists?
Thanks, Cory _______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
--