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 – 35: IO and Synchronous Side Effect DEMO

502 views on YouTube

In the previous video we learned about IO structure. IO helps us to manage synchronous side effects in a pure way, by delaying executing those side effects to a later time. In this video we will look into IO structure in practice.

In this Video:
– IO structure
– Functor instance for IO