Solution Review: Using Option in Function
Look at the solution to the coding challenge of using an Option monad in a function.
We'll cover the following...
We'll cover the following...
Solution
We’ll use an Option monad in the following function:
Explanation
Here’s a line-by-line explanation of ...