Compose Functions for Reusability with the Maybe Type

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

We can dot-chain our way to great success with an instance of Maybe, but there are probably cases where you need to apply the same series of transformations against different Maybes. In this lesson, we’ll look at some point-free versions of some common Maybe methods and see how we can compose them together to get a reusable function that can be applied to any Maybe instance.