forked from qfpl/applied-fp-course
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request qfpl#92 from qfpl/bonus-mtl
Bonus mtl
- Loading branch information
Showing
4 changed files
with
580 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Bonus Content | ||
|
||
This directory holds discussions that do not fit into the main | ||
progression. They should make good reading for advanced students who | ||
have completed the course, or as a reference for people taking their | ||
knowledge onto real codebases. | ||
|
||
# Index | ||
|
||
* [`mtl.md`](https://github.com/qfpl/applied-fp-course/blob/master/bonus/mtl.md) - | ||
Use the monad transformer library to build up an application monad | ||
instead of writing everything by hand. |
Oops, something went wrong.