mirror of
https://github.com/qfpl/applied-fp-course.git
synced 2024-11-26 14:43:53 +03:00
0c167bc499
0.13.2 is what I get on my nixos 17.09 |
||
---|---|---|
.. | ||
bin | ||
src/FirstApp | ||
tests | ||
appconfig.json | ||
changelog.md | ||
default.nix | ||
level07.cabal | ||
level07.nix | ||
LICENCE | ||
README.md | ||
Setup.hs | ||
stack.yaml | ||
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 in src/FirstApp/AppM.hs
.