Search code examples
Cartesian product of three lists with cats...


scalacartesian-productscala-cats

Read More
Could not find implicit value for parameter F: cats.Applicative[F]...


scalaslickscala-cats

Read More
Designing referentially transparent function for reading from channel...


scalaiofunctional-programmingscalazscala-cats

Read More
Transform F[A] to Future[A]...


scalascala-catstagless-final

Read More
Why can't we provide implicit typeclass when a type is covariant?...


scalafunctional-programmingtypeclassscalazscala-cats

Read More
Eagerly-evaluate-and-forget behavior for Cats Effect IO...


scalascala-cats

Read More
How to stop state transition when state satisfies some condition?...


scalafunctional-programmingscalazscala-cats

Read More
Effects to use for wrapping impure methods?...


scalafunctional-programmingscalazeffectsscala-cats

Read More
Cats-effect and the IO monad...


scalafunctional-programmingmonadsscala-cats

Read More
FS2 stream run till the end of InputStream...


scalafunctional-programmingscala-catsfs2

Read More
Chain State monads with Scala Cats...


scalamonadsscala-cats

Read More
How to sequence Either with Scala cats without a type alias (see Herding cats)...


scalatraversalscala-cats

Read More
Doobie and DB access composition within 1 transaction...


scalascala-catsdoobie

Read More
Cats typeclass for isomorphic types...


scalascala-cats

Read More
Cannot find a functor instance for Tuple2K...


scalafunctorscala-catscomonad

Read More
Effect abstraction in Cats and parallel execution...


scalafunctional-programmingscala-cats

Read More
could not find implicit value for parameter functor: cats.Functor[Some]...


scalascala-cats

Read More
Why would validation break the monad laws?...


monadsscalazapplicativescala-catsarrow-kt

Read More
Set of instances of sealed case object hierachy...


scalashapelessscala-cats

Read More
Making multiple API calls in a functional way...


scalafunctional-programmingcategory-theoryscala-cats

Read More
Cats.sequence error while applied on list of either...


scalascala-cats

Read More
How do I turn a cats IO into a Effect using http4s...


scalascala-catshttp4s

Read More
Execute a `List` of `IO` in parallel...


scalascala-cats

Read More
Typelevel Cats.Effect vs Typlevel eff. which and why?...


scalafunctional-programmingscala-cats

Read More
Haskell's mapM equivalent for Scala cats...


scalascala-cats

Read More
Scala-Cats Validated: value mapN is not a member of ValidatedNel tuple...


scalafunctional-programmingmonadsscala-catsscala-2.12

Read More
cats-effect: How to transform `List[IO]` to `IO[List]`...


scalaioscala-cats

Read More
Context bound for varargs...


scalavariadic-functionsimplicitscala-catscontext-bound

Read More
How to flatten a sequence of cats' ValidatedNel values...


scalascala-cats

Read More
Scala cats map EitherT Futures with key->value pairs...


scalafunctional-programmingfuturescala-cats

Read More
BackNext