mirror of
https://github.com/qfpl/applied-fp-course.git
synced 2024-11-30 02:14:01 +03:00
86fc64c3dd
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. |
||
---|---|---|
.. | ||
bin | ||
src/FirstApp | ||
tests | ||
appconfig.json | ||
ChangeLog.md | ||
default.nix | ||
level06.cabal | ||
LICENSE | ||
README.md | ||
Setup.hs | ||
shell.nix |
Level 06
This exercise involes introducing a monad transformer (ReaderT) to our application.
Start in src/FirstApp/AppM.hs
.