Search code examples
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
How to chain more than 23 elements in a tuple in Scala Cats?...

scalascala-catscats-effect

Read More
Launching 100 fibers, iterating in each fiber and incrementing a Ref...

scalascala-catscats-effect

Read More
cats: mapping nested either of option value...

scalascala-catsmonad-transformers

Read More
Cats OptionT future not completing...

scalaoption-typeslickscala-catsscala-option

Read More
Avoiding deeply nested Option cascades in Scala...

scalanestedscala-catsscala-option

Read More
How to turn `Either[Error, Option[Either[Error, Account]]]` to `Either[Error, Option[Account]]` with...

scalascala-catseitherscala-option

Read More
Spark shell started with assembly jar cannot resolve decline's cats dependency...

scalaapache-sparksbtscala-cats

Read More
http4s json handling in authed routes...

scalascala-catscircehttp4s

Read More
Declare natural transform for batching with kind-projector...

scalafunctional-programmingscala-catshigher-kinded-typeskind-projector

Read More
Is it possible to control the number of argument in a function when using varargs in compile time(Sc...

scalascalazshapelessscala-catszio

Read More
Problem with given instances writing MTL style code with Scala cats...

scalafunctional-programmingscala-catsmonad-transformersgiven

Read More
Use explicit execution context with OptionT[Future, _]...

scalascala-catsmonad-transformers

Read More
How to extract value from Scala cats IO...

scalascala-cats

Read More
cats-effect:How to transform Map[x,IO[y]] to IO[Map[x,y]]...

scalaioscala-catsio-monadcats-effect

Read More
fs2 - Sharing a Ref with 2 streams...

scalascala-catscats-effectfs2

Read More
Parallelizing operations within a ConnectionIO transaction...

scalascala-catscats-effectfs2doobie

Read More
Opportunistic, partially and asyncronously pre-processing of a syncronously processing iterator...

scalaasynchronousfuturescala-catsmonix

Read More
Does TVar in cats-stm require an immutable value?...

scalascala-catscats-effect

Read More
How to integrate Prometheus Metrics Middleware with http4s DSL service...

scalaprometheusscala-catscats-effecthttp4s

Read More
Using Cats Show on enum...

scalascala-cats

Read More
Multiple queries in a single transaction with Doobie?...

scalascala-catsdoobie

Read More
Merging 3 immutable maps in scala...

scalascala-cats

Read More
Save Doobie stream from database to file...

scalascala-catsfs2cats-effectdoobie

Read More
Concurrent Streams Does't Print Anything to Console...

scalascala-catscats-effectfs2

Read More
Flattening mixed nested monads in cats (composing complex Kleislis)...

scalascala-cats

Read More
How to return values with nested Reader monads with cats?...

scaladependency-injectionfunctional-programmingscala-cats

Read More
Difference between parSequence and starting fibers manually...

scalafunctional-programmingscala-cats

Read More
BackNext