diff --git a/src/pages/functors/cats.md b/src/pages/functors/cats.md index 3ae4835c..b872339e 100644 --- a/src/pages/functors/cats.md +++ b/src/pages/functors/cats.md @@ -218,6 +218,7 @@ with the same pattern of `Branch` and `Leaf` nodes: ```scala mdoc:silent import cats.Functor +import cats.syntax.functor._ // for map implicit val treeFunctor: Functor[Tree] = new Functor[Tree] {