scalawithcats / scala-with-cats

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

Mentioned scala.language import not present #175

Closed janekdb closed 4 years ago

janekdb commented 4 years ago

https://www.scalawithcats.com/dist/scala-with-cats.html#definition-of-a-functor

If you haven’t seen syntax like F[_] before, it’s time to take a brief detour to discuss type constructors and higher kinded types. We’ll explain that scala.language import as well.

There isn't a scala.language import in this section.

noelwelsh commented 4 years ago

Thanks for reporting this. It's now fixed.