1
1
mirror of https://github.com/qfpl/applied-fp-course.git synced 2024-11-22 11:23:01 +03:00
applied-fp-course/bonus
2020-02-20 10:26:54 +10:00
..
mtl.md Incorporate feedback 2020-02-20 10:26:54 +10:00
README.md Add bonus content - mtl 2020-02-19 18:33:35 +10:00

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 - Use the monad transformer library to build up an application monad instead of writing everything by hand.