mirror of
https://github.com/bitemyapp/learnhaskell.git
synced 2024-11-07 15:20:21 +00:00
Merge pull request #49 from pedrofurla/pedrofurla-patch-1
Links to the slides of Tony's Monad Transformers talk
This commit is contained in:
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.
|
help convey what's going on.
|
||||||
|
|
||||||
- [This talk](https://vimeo.com/73648150) by Tony excellently motivates monad
|
- [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
|
Also, reimplement `Control.Monad`. Functions like `mapM` or `sequence` are good
|
||||||
opportunities to practice writing generic monadic code.
|
opportunities to practice writing generic monadic code.
|
||||||
|
Loading…
Reference in New Issue
Block a user