The alt
method allows us to recover from a nothing with a default Maybe, but sometimes our recovery efforts might need to enlist some logic to recover properly. In this lesson, we’ll see how we can use the coalesce
method on the Maybe to recover from a Nothing by calling a function.
So, coalesce is like Either.