scalawithcats / scala-with-cats

Source code for Scala with Cats
http://underscore.io/books/scala-with-cats
396 stars 133 forks source link

Change expr1 which doesn't exists to F #152

Closed rudwna closed 5 years ago

rudwna commented 5 years ago

This is better since reader won't look around for expr1 and frustrated when they can't find it. By changing it to F, they can find it in the definition of FunctorOps.

davegurnell commented 5 years ago

Thanks again!