Difference between revisions of "Blog articles/Monads"

From HaskellWiki
Jump to navigation Jump to search
(Add a link to the pearl, to have something about applicative functors)
Line 58: Line 58:
 
* [http://unenterprise.blogspot.com/2007/08/playing-with-arrows.html Playing with Arrows]
 
* [http://unenterprise.blogspot.com/2007/08/playing-with-arrows.html Playing with Arrows]
 
* [http://onthebalcony.wordpress.com/2007/02/19/my-evolution-as-a-haskell-programmer/ My Evolution as a Haskell Programmer: Factorial with Arrows]
 
* [http://onthebalcony.wordpress.com/2007/02/19/my-evolution-as-a-haskell-programmer/ My Evolution as a Haskell Programmer: Factorial with Arrows]
  +
* [http://abstractabsurd.blogspot.com/2007/04/arrows-security.html Arrows and security]
   
 
== Comonads ==
 
== Comonads ==

Revision as of 18:05, 4 September 2007

Monads

Monad transformers

Continuation monads

Arrows

Comonads

Applicative Functors

Nobody has written blog articles on applicative functors - so how about a functional pearl:

  • [www.soi.city.ac.uk/~ross/papers/Applicative.pdf Applicative Programming with Effects]

Further reading