Merge pull request #49 from pedrofurla/pedrofurla-patch-1

Links to the slides of Tony's Monad Transformers talk
pull/50/head
Chris Allen 10 years ago
commit 2746127f12

@ -394,7 +394,7 @@ Writing many interpreters by just changing the monad to change the semantics can
help convey what's going on.
- [This talk](https://vimeo.com/73648150) by Tony excellently motivates monad
transformers.
transformers, [the slides](https://dl.dropboxusercontent.com/u/7810909/talks/monad-transformers/cbaa991e0eb49224eb286c1e418e2b9828e1fb21/monad-transformers.pdf).
Also, reimplement `Control.Monad`. Functions like `mapM` or `sequence` are good
opportunities to practice writing generic monadic code.

Loading…
Cancel
Save