mirror of
https://github.com/qfpl/applied-fp-course.git
synced 2024-11-26 14:43:53 +03:00
.. | ||
bin | ||
src/FirstApp | ||
tests | ||
appconfig.json | ||
changelog.md | ||
default.nix | ||
level07.cabal | ||
LICENCE | ||
README.md | ||
Setup.hs | ||
shell.nix | ||
test.json |
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
.