Skip to content

PRO TIP Block youtube.com at the DNS level — Pi-hole, NextDNS or your hosts file — but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

Functional Programming – 23: Functor DEMO

4.1K views on YouTube

In Functional Programming, Functor is simply a structure that can be mapped over. The concept is borrowed from Category Theory. In this video we will learn how to implement Functor for Option, List and Either.

In this Video:
– Option Functor
– List Functor
– Either Functor
– How Functor works when composing functions