Difference between revisions of "Blog articles/Monads"

From HaskellWiki
Jump to navigation Jump to search
(links to further reading)
Line 39: Line 39:
 
* [http://sigfpe.blogspot.com/2006/05/grok-haskell-monad-transformers.html Grok monad transformers]
 
* [http://sigfpe.blogspot.com/2006/05/grok-haskell-monad-transformers.html Grok monad transformers]
 
* [http://scsibug.com/2006/11/28/a-simple-game-with-statet/ A Simple Game with StateT]
 
* [http://scsibug.com/2006/11/28/a-simple-game-with-statet/ A Simple Game with StateT]
  +
  +
=== Continuation monads ===
  +
  +
* [http://therning.org/magnus/archives/306 Continuing with Continuations]
   
 
== Arrows ==
 
== Arrows ==

Revision as of 00:37, 6 July 2007

Monads

Monad transformers

Continuation monads

Arrows

Comonads

Further reading