Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Monad Transformers Workshop

Exercises and supporting materials for Haskell monad transformers workshop.

Getting Started

Make sure stack is installed in your path.

cd workshop
stack build

Packages

exercises

Sketetal code for some exercises.

cd workshop/exercises
run.sh

solutions

Solutions for selected exercises.

cd workshop/solutions
run.sh

samples

Supportig sample code.

cd workshop/samples
run.sh

monadblender

The monad blender abstraction - a possible alternative to the MonadTrans abstraction. Used as a pedagogical tool in this workshop.

cd workshop/monadblender
run.sh

About

Exercises and supporting materials for Haskell monad transformers workshop.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages