1
1
mirror of https://github.com/qfpl/applied-fp-course.git synced 2024-11-23 03:44:45 +03:00
applied-fp-course/bonus/README.md
2020-02-19 18:33:35 +10:00

13 lines
452 B
Markdown

# 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.