write-you-a-scheme-v2 / scheme

Write You a Scheme
https://www.wespiser.com/writings/wyas/home.html
MIT License
552 stars 114 forks source link

Link to "Monad Transformer Step by Step" broken #18

Closed futtetennista closed 7 years ago

futtetennista commented 7 years ago

In the introduction the Evaluation Monad section mentions a guide about using monad transformers but its link - https://www.wespiser.com/writings/sources/Transformers.pdf - is broken. I couldn't find that file anywhere on your website, is it still available online?

sdiehl commented 7 years ago

You probably want this:

http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.71.596&rep=rep1&type=pdf

adamwespiser commented 7 years ago

Thank you for your contribution! Fixed with commit 3279bb8d42dbe5dcfdf7e60586907cc74f075089

futtetennista commented 7 years ago

Thank you for writing this and for all links to further resources, I'm learning a lot!