mirror of
https://github.com/qfpl/applied-fp-course.git
synced 2024-12-02 08:53:20 +03:00
261 B
261 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 again in src/FirstApp/AppM.hs
.