You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the imports guide only really describes the "uber" import (cats.implicits._). It may be handy to have a detailed guide of piecemeal imports, such as cats.instances.string._ and cats.syntax.functor._ as an additional section for people who prefer this approach.
The text was updated successfully, but these errors were encountered:
Currently the imports guide only really describes the "uber" import (
cats.implicits._
). It may be handy to have a detailed guide of piecemeal imports, such ascats.instances.string._
andcats.syntax.functor._
as an additional section for people who prefer this approach.The text was updated successfully, but these errors were encountered: