@inproceedings{effcalc,
  Title = {Calculating compilers effectively (Functional Pearl)},
  author = {Garby, Zac and Hutton, Graham and Bahr, Patrick},
  Year = {2024},
  Month = aug,
  Date = {2024-08-28},
  isbn = {9798400711022},
  publisher = {Association for Computing Machinery},
  address = {New York, NY, USA},
  url = {https://doi.org/10.1145/3677999.3678283},
  doi = {10.1145/3677999.3678283},
  Abstract = {Much work in the area of compiler calculation has focused on pure languages. While this simplifies the reasoning, it reduces the applicability. In this article, we show how an existing compiler calculation methodology can be naturally extended to languages with side-effects. We achieve this by exploiting an algebraic approach to effects, which keeps the reasoning simple and provides flexibility in how effects are interpreted. To make the ideas accessible we only use elementary functional programming techniques. },
  booktitle = {Proceedings of the 17th ACM SIGPLAN International Haskell Symposium},
  pages = {109–119},
  numpages = {11},
  keywords = {algebraic effects, monads, program calculation},
  location = {Milan, Italy},
  series = {Haskell 2024}
}