Let’s examine what happens when an error occurs in the lift operation of our second component in the chain:
See the following terminal console for an example of using the lift operation (liftA2) to transform the the replicate function into a wrapped type. We're using the applicative style ...