Monads [beginner]

Benderjgdefault@aol.com Benderjgdefault@aol.com
Thu, 12 Dec 2002 15:25:32 -0500


In a message dated 12/12/2002 2:45:31 PM Eastern Standard Time, maas@cin.ufpe.br writes:

> What are Monads?
> Where can I read about then?
> 
> I read that there´s some mathematical foundation under this 
> concept, where
> can read about these theories?

A large set of articles on monads in the context of Haskell are collected on my bibliography web site: http://haskell.readscheme.org/monads.html

There are also a few, more tutorial, articles available at http://haskell.org/bookshelf/ that are not included on my monads page.

For more theoretical works-- while still being programming language related--I suggest Eugenio Moggi's site: http://www.disi.unige.it/person/MoggiE/publications.html.

Jim Bender