SkillAgentSearch skills...

TransformersStepByStep

Tutorial on monad transformers

Install / Use

/learn @mgrabmueller/TransformersStepByStep
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
View on GitHub
GitHub Stars64
CategoryDevelopment
Updated2mo ago
Forks14

Languages

TeX

Security Score

95/100

Audited on Jan 12, 2026

No findings