Difference between revisions of "Blog articles/Monads"

From HaskellWiki
Jump to navigation Jump to search
Line 49: Line 49:
 
* [http://kpreid.livejournal.com/7351.html Concatenative programming in Haskell's Arrows]
 
* [http://kpreid.livejournal.com/7351.html Concatenative programming in Haskell's Arrows]
 
* [http://abstractabsurd.blogspot.com/2007/04/arrows-security.html Arrows and security]
 
* [http://abstractabsurd.blogspot.com/2007/04/arrows-security.html Arrows and security]
  +
* [http://cgi.cse.unsw.edu.au/~dons/blog/2007/07/31 Run length encoding in Haskell]
  +
* [http://neilbartlett.name/blog/2007/08/01/haskell-explaining-arrows-through-xml-transformationa/ Haskell: Explaining Arrows through XML Transformations]
  +
* [http://unenterprise.blogspot.com/2007/08/playing-with-arrows.html Playing with Arrows]
   
 
== Comonads ==
 
== Comonads ==

Revision as of 00:15, 2 August 2007

Monads

Monad transformers

Continuation monads

Arrows

Comonads

Further reading