Skip to content

JordanMartinez/pure-conf-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pure-conf-talk

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

About

Notes and files for my talk for PureConf 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published