pure-conf-talk

October 3, 2022 ยท View on GitHub

Slides and other goodies for my PureConf 2022 talk: "Using Monad Transformers without understanding them"

See

  • Video
  • Slides
  • Cheatsheet - things I didn't cover in my talk but are still useful to know
  • the src directory
    • transformer implicit - using a transformer and its corresponding functions (i.e. production code)
    • transformer explicit - same as "transformer implicit" but showing what boxes occur on right-hand side of <-
    • do notation - same as "transformer explicit" but without using the transformer
    • nested bind - desugared "do notation" to nested binds
    • boilerplate - same as "nested bind" but showing bind implementation / what actually gets run
  • the scripts in package.json