1
1
mirror of https://github.com/qfpl/applied-fp-course.git synced 2024-11-30 02:14:01 +03:00
applied-fp-course/level06
Sean Chalmers 86fc64c3dd Add some more guidance.
Added readme files to the individual exercises to help point people in the right
direction when they get started. Probably more useful to the people that are
wanting to try this by themselves.
2017-08-31 11:31:08 +10:00
..
bin Ugh, ReaderT lesson added. 2017-08-15 16:42:24 +10:00
src/FirstApp Restructure to something more sensible 2017-08-24 15:45:57 +10:00
tests Forgot the DbComment module. 2017-08-24 14:53:08 +10:00
appconfig.json Ugh, ReaderT lesson added. 2017-08-15 16:42:24 +10:00
ChangeLog.md Ugh, ReaderT lesson added. 2017-08-15 16:42:24 +10:00
default.nix Ugh, ReaderT lesson added. 2017-08-15 16:42:24 +10:00
level06.cabal Restructure to something more sensible 2017-08-24 15:45:57 +10:00
LICENSE Ugh, ReaderT lesson added. 2017-08-15 16:42:24 +10:00
README.md Add some more guidance. 2017-08-31 11:31:08 +10:00
Setup.hs Ugh, ReaderT lesson added. 2017-08-15 16:42:24 +10:00
shell.nix Ugh, ReaderT lesson added. 2017-08-15 16:42:24 +10:00

Level 06

This exercise involes introducing a monad transformer (ReaderT) to our application.

Start in src/FirstApp/AppM.hs.