mirror of
https://github.com/qfpl/applied-fp-course.git
synced 2024-11-29 16:55:12 +03:00
519bbf86ae
Called out use of doctest in level 3. Removed redundant language pragma. Removed comment regarding new constructor that was not new at that stage.
256 B
256 B
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
.