scalawithcats / scala-with-cats

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

Add missing import in exercise solution #211

Open BenMotz opened 2 years ago

BenMotz commented 2 years ago

Without this import the example code fails with "error: value map is not a member of Tree[Int]".

noelwelsh commented 2 years ago

:+1: