Rendered presentations are located in directory publish:
- Course introduction (pdf, md)
- Functional programming in Haskell
- Functional abstractions
- Functional models of computation
Following command builds presentations into .pdf:
make
To "publish" the final .pdf you can use the following command which builds and copies src/*.pdf into publish/*.pdf
which can then be committed to the repo:
make publish