Monads

Get familiar with and learn how to use monads.

We'll cover the following...

What is a monad?

A monad wraps a value in a similar way to a functor. However, a monad has an additional function, called bind, that:

  • Accepts a single parameter
  • Returns a value wrapped in a monad
...
Access this course and 1400+ top-rated courses and projects.