Home

Functors and Monads

Resources

  1. Functors + Monads

tl;dr

A Functor is something that you can map. A monad is a functor that you can flatmap.

Repository

https://github.com/okeeffed/developer-notes-nextjs/content/functional-programming/functors-and-monads

Sections


Related