[Jul 20th] Talking Points - Chapter 10 Natural Transformations
Closed this issue · 0 comments
chiroptical commented
- Introduction, "commuting squares", and the "natural isomorphism"
- Natural transformations in Haskell and parametric polymorphism
- Confused by
alpha :: Reader () a -> Maybe a
, How is aNothing
ever possible?
- Confused by
- The Functor Category and Cat
- 2-Category
- Objects: categories
- 1-morphisms: Functors between categories
- 2-morphisms: Natural transformations between Functors