1
1
mirror of https://github.com/qfpl/applied-fp-course.git synced 2024-12-02 08:53:20 +03:00
applied-fp-course/level07/README.md
2017-09-05 15:15:02 +10:00

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.