Exercises and supporting materials for Haskell monad transformers workshop.
Make sure stack is installed in your path.
cd workshop
stack buildSketetal code for some exercises.
cd workshop/exercises
run.shSolutions for selected exercises.
cd workshop/solutions
run.shSupportig sample code.
cd workshop/samples
run.shThe monad blender abstraction - a possible alternative to the MonadTrans abstraction. Used as a pedagogical tool in this workshop.
cd workshop/monadblender
run.sh