Introducing Functors, Applicatives, and Monads
Get introduced to functors, applicatives, and monads.
We'll cover the following...
Functors and monads
Functors and monads are two important types of objects in functional programming. They have their roots in some fairly abstract maths, but, here, we will focus on their practical benefits.
Essentially, what they do is wrap a value. The wrapper then controls how functions are applied to the value. It allows us to ...
Access this course and 1400+ top-rated courses and projects.