Search code examples
How To Use Traverse To Run A List of Effects...

scalascala-cats

Read More
flatMap ignoring the result...

scalamonadsscala-cats

Read More
Why does scala not infer the right type when wrapping EitherT?...

scalascala-cats

Read More
Cats' Monoid instance throws exception when merging Maps of Arrays...

scalafunctional-programmingscala-catscategory-theorymonoids

Read More
FS2 passing resource (or effect) as a state...

scalascala-catsfs2cats-effect

Read More
EitherT with multiple return types...

scalascala-catsfor-comprehension

Read More
MVar tryPut returns true and isEmpty also returns true...

scalaconcurrencyscala-catsside-effects

Read More
Nesting a for comprehension inside a yield...

scalascala-cats

Read More
How do I know, which implicit that is needs?...

scalascala-catshttp4s

Read More
Convert List[Task[List[A]]] to Task[List[A]]...

scalafunctional-programmingscala-catsmonix

Read More
How to flatMap cats Applicatives...

scalafunctional-programmingscala-catsapplicativeflatmap

Read More
Implementing functor map for class-tagged arguments only...

scalafunctional-programmingfunctorshapelessscala-cats

Read More
Matchers for cats EitherT and effects...

scalafunctional-programmingscala-catsspecs2cats-effect

Read More
Scala, cats, http4s - does not recognize <+> symbol from Http4s...

scalascala-catshttp4s

Read More
Cannot convert HList to tuple after Shapeless FoldRight...

scalashapelessscala-cats

Read More
Can a function operating upon mutable data structure be referentially transparent?...

scalafunctional-programmingscala-catsreferential-transparencycats-effect

Read More
How to reason about stack safety in Scala Cats / fs2?...

scalafunctional-programmingtail-recursionscala-catsfs2

Read More
Model multiple function calls with a stream (in a safe, FP way)...

scalascala-catsfs2http4smonix

Read More
Scala Future/Option for comprehension issues...

scalamonadsmonad-transformersscala-catsfor-comprehension

Read More
How should a scala cats IOApp acquire an ExecutionContext?...

scalascala-catscats-effect

Read More
Scala - how to use foreach loop in for comprehension block?...

scalascala-catsfor-comprehension

Read More
Elegant way to change either to error with tagless final...

scalafunctional-programmingscala-catscats-effecttagless-final

Read More
Scala, cats - how to create tagless-final implementation with IO (or other monad) and Either?...

scalafunctional-programmingscala-catstagless-final

Read More
Applicative with zero...

scalafunctional-programmingscala-cats

Read More
Extract value from Future using Cats...

scalafuturescala-catsgithub4s

Read More
How to pass complete query as a parameter...

sqlscalascala-catsdoobie

Read More
How to create Kleisli with Kleisli.local (not local for transforming)...

scalascala-catskleisli

Read More
cats.ReaderT[F,A,B] from dependency A in for-comprehension...

scaladependency-injectionmonad-transformersscala-catsfor-comprehension

Read More
What is the meaning of * in the tests?...

scalascala-catskind-projector

Read More
Functor implementation for types with more than one type...

scalatypeclassscala-catshigher-kinded-typeshigher-order-types

Read More
BackNext