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
2018-01-22 12:29:03 +10:00
..
bin Updated README / Added Level07 2017-08-17 16:48:54 +10:00
src/FirstApp Fix snafu'd partialConf construction and Aeson imports 2018-01-22 12:29:03 +10:00
tests Updates based on course run feedback. 2018-01-16 12:36:57 +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 Overhauled nix file setup to be more like the other QFPL projects. 2017-09-18 10:14:29 +10:00
level07.cabal Updates based on course run feedback. 2018-01-16 12:36:57 +10:00
level07.nix Updates based on course run feedback. 2018-01-16 12:36:57 +10:00
LICENCE update copyright notice 2017-09-12 11:51:26 +10:00
README.md Updated 3/7 Readmes 2017-10-04 15:28:32 +10:00
Setup.hs Updated README / Added Level07 2017-08-17 16:48:54 +10:00
stack.yaml Add stack.yaml files for all directories. 2018-01-10 10:33:56 +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 in src/FirstApp/AppM.hs.