Search code examples
DFS Graph Traversal using Cats-Effect...


scalamonadsdepth-first-searchscala-catscats-effect

Read More
Cannot resolve symbol flatMap on Monad constrainted type...


scalamonadsscala-cats

Read More
cats effect evaluates only the final for coprehension and ignores rest...


scalafunctional-programmingscala-catscategory-theorycats-effect

Read More
Run a cats Resource in the infinite loop...


scalascala-catscats-effect

Read More
How to add custom Semigroup instance for Int...


scalascala-catssemigroup

Read More
How to generically flatten a reader that returns a reader...


scalascala-cats

Read More
How to use Scala Cats' Kleisli with Either...


scalascala-catseitherkleisli

Read More
Understanding cats-effect forceR definition?...


scalagenericstypesscala-catscats-effect

Read More
Doobie cannot find or construct a Read instance for Type of case class with Timestamp...


scalaimplicitscala-catsdoobie

Read More
Scala state, function purity and separation of responsibility...


scalastatescala-catscats-effect

Read More
Expression Evaluation (Add, Mult,etc) with Cats-Effect...


scalascala-catsio-monadcats-effect

Read More
Is it possible to compose multiple interpreters for my Free Monad scala app...


scalafunctional-programmingscala-catsfree-monad

Read More
In Scala library cats-effect 2, how to reliably trigger an IO cancelling?...


scalaasynchronousscala-catscats-effect

Read More
Implement Scala Cats Traverse for State...


scalascala-catsstate-monadtraversable

Read More
How should I wrap this code correctly to use with Cats Effect 3? Should I use a resource?...


scalascala-catscats-effect

Read More
Scala Tagless Final - Not compiling...


scalafunctional-programmingscala-catstagless-final

Read More
Function composition different behaviour of andThen and compose...


scalafunctional-programmingscala-cats

Read More
Simple way to apply a list of functions to a value...


scalafunctional-programmingscala-cats

Read More
In Scala cats-laws, why is the functor composition law different from canonical definition?...


scalafunctorscala-catscategory-theory

Read More
How to make cats.effect.Console with timeout?...


scalascala-catscats-effect

Read More
Scala / Cats: How to unzip an NonEmptyList...


scalascala-cats

Read More
How to return upon encountering first "true" in a List[IO[Boolean]] in Scala Cats Effect...


scalaexistsscala-catscats-effectfindfirst

Read More
For comprehension that has to handle 2 optional values and return a Option[T]...


scalascala-catscats-effectdoobie

Read More
Cats MonadError with Try doesn't complie...


scalacompiler-errorsmonadsscala-cats

Read More
Can't create ArmeriaCatsBackend in IOApp with Cats effects?...


scalascala-catsarmeriasttp

Read More
Unit-testing with cats-effect's IO monad...


scalaunit-testingscala-cats

Read More
Skip errors in the infinite Stream...


scalafunctional-programmingscala-catsfs2

Read More
Implementing recursive, stack safe function using State Monad...


scalarecursionmonadsscala-cats

Read More
What do the generic type constraints ":<:" and ":+:" mean in this Scala examp...


scalascalazscala-catshigher-kinded-typesrecursion-schemes

Read More
Using race from cats-effect prevents app from exiting...


scalascala-catscats-effect

Read More
BackNext