Search code examples
Stop for-comprehension mid-flow when using stacked monads of State and IO...

scalafunctional-programmingmonadsscala-cats

Read More
How to stack the State and IO monads...

scalafunctional-programmingmonadsscala-cats

Read More
Where is StateT in Cats?...

scalamonadsscala-cats

Read More
Cats leftMap seems to be unable to correctly infer type...

scalascala-cats

Read More
Traversing Either in Scala...

scalafunctional-programmingscala-catseither

Read More
How to sum a Set[ValidatedNel[String, Double]]?...

scalafunctional-programmingscala-cats

Read More
Passing State monad result form one step to another in a program + stop early...

scalafunctional-programmingmonadsscala-catsfor-comprehension

Read More
Passing state between functional steps in Scala...

scalafunctional-programmingscala-cats

Read More
For comprehension not composing steps fully in unit test using Reader...

scalafunctional-programmingscala-catsfor-comprehensionreader-monad

Read More
Could not find implicit in Scala Tagless Final, Implicit, unit test...

scalaunit-testingimplicitscala-catstagless-final

Read More
Convert List[Either[A, B]] to Either[List[A], List[B]]...

scalascala-cats

Read More
Create ReaderT[F, D, A] from F[A]...

scalascala-catsreader-monad

Read More
Reduce / fold over list of monoid but reducer returns Either...

scalafunctional-programmingscala-cats

Read More
Cats ValidatedNec mapN with Case Class Error Types...

scalavalidationscala-catsapplicative

Read More
Kittens - ambiguous imports (again)...

scalashapelessscala-cats

Read More
Kittens - ambiguous imports...

scalashapelessscala-cats

Read More
Scala Cats spy a method with mockito-scala-cats...

scalascala-catsmockito-scala

Read More
Scala: Combine Either per the whole List with Either per elements...

scalavalidationerror-handlingscala-catseither

Read More
Scala Implicit Search...

scalafutureimplicitscala-cats

Read More
Implement while(true) in cats...

scalascala-cats

Read More
Tail recursive algorithm for generating all topological orderings in a graph...

scalagraphtail-recursionscala-catstopological-sort

Read More
Deriving a Cats Order for Scala's Enumeration...

scalascala-catsscala-2.12

Read More
How to work with timer in cats effect without ExecutionContext.global and IOApp?...

scalaspring-data-jpascala-cats

Read More
How execute spring repository method in for comprehension with implicit...

scalaspring-data-jpascala-catscats-effect

Read More
Cats IO - Make tail recursive call inside flatmap...

scalascala-cats

Read More
Optimization cats library "<*>"...

scalascala-cats

Read More
Scala, cats - convert FUUID with Circe...

scalauuidscala-catscirce

Read More
Scala, cats - how to do not use Applicative[F] explicity?...

scalascala-catsapplicative

Read More
Scala monads - "value map is not a member of" error...

scalamonadsscala-cats

Read More
MonoidK and Monad relation...

scalascala-catscategory-theory

Read More
BackNext