comonads-by-example
comonads-by-example copied to clipboard
Comonads By Example Conference talk
Comonads By Example - Monadic Party 2019
Hey folks; here's the repo for a talk I gave about comonads at Monadic Party 2019!
You can find the Slides Here; and all the code used in examples (of varying quality and completeness) here
You can set it up to run the examples like so:
git clone [email protected]:ChrisPenner/comonads-by-example.gitcd comonads-by-example && stack build