typelevel-scalafix
typelevel-scalafix copied to clipboard
Demand for implicit Spawn[F] and Parallel[F]
Code that demands an implicit cats.effect.Spawn[F] (or a descendant) and also cats.Parallel[F] could be rewritten to demand only the Spawn[F] with an import cats.effect.instances.spawn._.