Skip to content

NickAger/monad-transformers-step-by-step

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Creating the "Monad transformers step-by-step" pdf

On a clean Ubuntu VM (14.04) I ran:

$ sudo apt-get install texlive-latex-base texlive-math-extra texlive-latex-extra
$ cabal install lhs2tex
$
$ # convert the document
$ lhs2TeX Transformers.lhs -o Transformer.tex
$ pdflatex Transformers.tex

See Also

Other Monad transformer tutorials

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 99.8%
  • Shell 0.2%