1
1
mirror of https://github.com/qfpl/applied-fp-course.git synced 2024-11-26 14:43:53 +03:00
applied-fp-course/level07
2017-09-12 11:51:26 +10:00
..
bin Updated README / Added Level07 2017-08-17 16:48:54 +10:00
src/FirstApp Rebuilt Conf File Read Handling 2017-09-12 11:21:27 +10:00
tests Rebuilt Conf File Read Handling 2017-09-12 11:21:27 +10:00
appconfig.json Add guidance about handling requests without persistent storage. 2017-09-11 10:29:56 +10:00
changelog.md change changelog files to lowercase 2017-09-01 11:17:26 +10:00
default.nix Rebuilt Conf File Read Handling 2017-09-12 11:21:27 +10:00
level07.cabal update copyright notice 2017-09-12 11:51:26 +10:00
LICENCE update copyright notice 2017-09-12 11:51:26 +10:00
README.md Update level07 README 2017-09-05 15:15:02 +10:00
Setup.hs Updated README / Added Level07 2017-08-17 16:48:54 +10:00
shell.nix Updated README / Added Level07 2017-08-17 16:48:54 +10:00
test.json Rebuilt Conf File Read Handling 2017-09-12 11:21:27 +10:00

Level 07

Handling those Either values everywhere is a bit awkward, this exercise introduces another monad transformer, ExceptT. As well as the concept of a 'transformer stack' and what benefits it can provide.

Start again in src/FirstApp/AppM.hs.