Personal tools

Blog articles/Monads

From HaskellWiki

(Difference between revisions)
Jump to: navigation, search
(Monad transformers)
(Monads)
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

Contents

1 Monads

2 Monad transformers

2.1 Continuation monads

3 Arrows

4 Comonads

5 Further reading