pauljamescleary/scala-pet-store

Use OptionT when appropriate

pauljamescleary opened this issue · 1 comments

We use a lot of F[Option[A]] in the system. We should use OptionT[F, A] when appropriate as it gives us a lot more goodies.

Closing this as we have rolled this out already, thanks @zakpatterson