Flatten Nested Maybes with `chain`

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

Sometimes, we run into situations where we end up with a Maybe within the context of another Maybe. Nested structures like this can get really confusing to work with. In this lesson, we’ll look at an example of this and see how chain can help us out by flattening the nested Maybes