Search code examples
Scala Cats Effects - IO Async Shift - How Does it Work?...


scalafunctional-programmingmonadsscala-catsio-monad

Read More
Can't call map method in function with cats library...


scalascala-cats

Read More
Not able to shift the IO on a different thread pool...


scalascala-cats

Read More
Recursions with the State-Monad...


scalafunctional-programmingmonadsscala-catsstate-monad

Read More
Where to find a cats.NonEmptyParallel[IO,F]?...


scalascala-cats

Read More
How do I explain the difference between fold and foldK?...


scalascala-cats

Read More
Filter a F[List[Int]] using an Int => F[Boolean] where F is generic...


scalageneric-programmingscala-cats

Read More
Scala - Flatten Sequence of EitherT...


scalascala-cats

Read More
Scala - How to Combine EitherT with Either in For Comprehension...


scalascala-cats

Read More
Writing a single implicit class for both a value and a functor of that value...


scalascala-cats

Read More
Is there something like Collectable typeclass?...


scalafunctional-programmingscalazscala-cats

Read More
Scala Cats documentation: Monoid[Pair[A,B]]...


scalascala-cats

Read More
cats.data.EitherT with traverse...


scalascala-cats

Read More
logback.xml appender not used with cats IOApp...


scalalogbackscala-catslogstash-logback-encodercats-effect

Read More
Twitter Future & Cats Arrow...


scalascala-catstwitter-finaglecats-effect

Read More
Scala: How to transform an HList of ValidatedNel into a ValidatedNel of HList...


scalashapelessscala-cats

Read More
Symbol 'type cats.MonadFilter' is missing fromthe classpath...


scalascala-catsmonix

Read More
Stacking monads Writer and OptionT...


scalamonad-transformersscala-catswriter-monad

Read More
Doobie transact over a list of ConnectionIO programs...


scalascala-catsdoobie

Read More
Avoiding boilerplate with OptionT (natural transform?)...


scalafunctional-programmingmonadsscalazscala-cats

Read More
Idiomatic approach to "composing" monoids using cats?...


scalafunctional-programmingscala-catsmonoids

Read More
Apply, Applicative, Monad, etc for contravariant functors in cats?...


scalafunctorscala-cats

Read More
Lift full types into monad transformers...


scalamonad-transformersscala-cats

Read More
How to abstract over a second type parameter when defining functors?...


scalafunctional-programmingfunctorscala-cats

Read More
Monoid instance for ParMap?...


scalafunctional-programmingscala-catsmonoids

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


iomonadsscala-cats

Read More
Cats: Non tail recursive tailRecM method for Monads...


scalarecursionfunctional-programmingscala-cats

Read More
How to properly combine List[M[List[A]]] into M[List[A]] if M is a monad?...


scalafunctional-programmingmonadsapplicativescala-cats

Read More
Replace elements in List by condition...


scalalistfunctional-programmingscalazscala-cats

Read More
What is Store in scalaz...


scalafunctional-programmingscalazscala-cats

Read More
BackNext