Difference between revisions of "Blog articles/Monads"

From HaskellWiki
Jump to navigation Jump to search
Line 31: Line 31:
 
* [http://therning.org/magnus/archives/269 repeat and sequence]
 
* [http://therning.org/magnus/archives/269 repeat and sequence]
 
* [http://lukeplant.me.uk/blog.php?id=1107301659 What's a monad?]
 
* [http://lukeplant.me.uk/blog.php?id=1107301659 What's a monad?]
  +
* [http://comonad.com/reader/2007/parameterized-monads-in-haskell/ Parameterized Monads in Haskell]
   
 
== Monad transformers ==
 
== Monad transformers ==

Revision as of 09:28, 15 July 2007

Monads

Monad transformers

Continuation monads

Arrows

Comonads

Further reading