mgrabmueller / TransformersStepByStep

Tutorial on monad transformers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TransformersStepByStep

This is a tutorial on monad transformers.

The PDF

The PDF version of the tutorial is in subdirectory pdf.

Playing with the code

You can load the code into ghci and play with it like this:

ghci Transformers.lhs
:t eval2b

How to build

On Debian 10, the following should work and create Transformers.pdf:

sudo apt install texlive

lhs2TeX Transformers.lhs > Transformers.tex
pdflatex Transformers.tex
bibtex Transformers.aux
pdflatex Transformers.tex

About

Tutorial on monad transformers

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TeX 93.3%Language:Haskell 6.7%