Binding your input since 2005
I am pleased to announce thatMini-issue 24 of The Monad Reader is now available. It is a “mini-issue” because it consists of one article: “Predicates, Trees and GADTs” by Benjamin Hodgson.
Feel free to browse the source files. You can check out the entire repository using Git:
git clone https://github.com/ezyang/tmr-issue24.git
If you’d like to write something for The Monad Reader, please get in touch!
Written by ezyang
August 19, 2015 at 5:21 pm
Posted inIssues
I am pleased to announce thatIssue 23 of the Monad Reader is now available.
Issue 23 consists of the following five articles:
This time around, I have individual article files for each (and the supercompilation article has an extra appendix not included in the full issue PDF).
Feel free to browse the source files. You can check out the entire repository using Git:
git clone https://github.com/ezyang/tmr-issue23.git
If you’d like to write something for Issue 24, please get in touch!
Written by ezyang
April 23, 2014 at 11:59 pm
Posted inIssues
I am pleased to announce that Issue 22 of The Monad Reader is now available.
Issue 22 consists of the following three articles:
Feel free to browse the source files. You can check out the entire repository using Git:
git clone https://github.com/ezyang/tmr-issue22.git
If you’d like to write something for Issue 23, please get in touch!
Errata. Unfortunately there were several mistakes in the “Generalized Algebraic Data Types in Haskell” tutorial article which were recently fixed (many thanks to Shachaf Ben-Kiki and vituscze for pointing them out):
1. On page 9 of the article “error” function was used in “evaluate”
function, but in this context “fail” is cleaner.
2. On page 22 there was a typo: shortest paths are those “containing only *red* nodes”.
3. On page 24 we presented two alternative ways to define “Tree” data type: via GADTs and existential types. The latter definition contained an error. Correct definition is:
data Tree a = forall bh. Root (Node a bh)
Written by ezyang
August 6, 2013 at 10:31 pm
Posted inIssues
I am pleased to announce thatIssue 21 of The Monad Reader is now available.
Issue 21 consists of the following two articles:
Feel free to browse the source files. You can check out the entire repository using Git:
git clone https://github.com/ezyang/tmr-issue21.git
If you’d like to write something for Issue 22, please get in touch!
Written by ezyang
March 16, 2013 at 5:08 am
Posted inIssues
It’s not dead, it’s resting!I am pleased to announce thatIssue 20 of the Monad Reader is now available.
Issue 20 consists of the following three articles:
Feel free to browse the source files. You can check out the entire repository using Git:
git clone https://github.com/ezyang/tmr-issue20.git
If you’d like to write something for Issue 21, please get in touch!
Written by ezyang
August 25, 2012 at 11:29 pm
Posted inIssues
Tagged withbeginner,enumeration,error,hyperplane,MapReduce,messages,monad,tuple
I am pleased to announce that Issue 19 of The Monad.Reader, a special issue on parallelism and concurrency, isnow available.
Issue 19 consists of the following three articles:
Feel free to browse the source files. You can check out the entire repository using darcs:
darcs gethttp://code.haskell.org/~byorgey/TMR/Issue19
If you’d like to write something for Issue 20, please get in touch. The deadline will likely be in December; more details will be forthcoming.
Written by Brent
October 26, 2011 at 3:17 pm
Posted inIssues
Tagged withconcurrency,coroutine,MPI,parallelism,performance,pipeline,server,tutorial,web
I am pleased to announce thatIssue 18 of The Monad.Reader is now available.
Issue 18 consists of the following three articles:
Feel free to browse the source files. You can check out the entire repository using darcs (or simply visit the below URL in your browser):
darcs get
http://code.haskell.org/~byorgey/TMR/Issue18
Enjoy!
Written by Brent
July 5, 2011 at 3:43 pm
Posted inIssues
Tagged withattributes,comprehension,constraint,MapReduce,monad,parallel,solving,variables
I am pleased to announce that thespecial Poetry and Fiction Edition of The Monad.Reader is now available. Enjoy!
Also, the submission deadline for Issue 18 has been extended one week, to Friday, April 8. Please get in touch if you would like to submit something!
I am pleased to announce that Issue 17 of The Monad.Reader is now available.
Issue 17 consists of the following three articles:
Feel free tobrowse the source files. You can check out the entire repository usingdarcs:
darcs get http://code.haskell.org/~byorgey/TMR/Issue17
Watch for a special announcement regarding Issue 18 soon!
Written by Brent
January 9, 2011 at 1:29 pm
Posted inIssues
Tagged withabstraction,Alternative,difference,elimination,interleave,lambda,lists,monad,Reader
I am very pleased to announce that Issue 16 of The Monad.Reader is now available.
Issue 16 consists of the following three articles:
Feel free tobrowse the source files. You can check out the entire repository usingdarcs:
darcs get http://code.haskell.org/~byorgey/TMR/Issue16
If you’d like to write something for Issue 17, please get in touch. The deadline will likely be sometime in September; more details will be forthcoming.
Written by Brent
May 12, 2010 at 6:12 pm
Posted inIssues
search site archives