Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-cats

How to avoid the flatmap after for

scala scala-cats

The reader monad for dependency injection

Type classes vs Data Types in functional Libraries in scala such as Cats and ScalaZ

scala scalaz scala-cats

Scala, ZIO - how to convert ZIO to Task and get result?

scala scala-cats zio

Cats Effect 3 - Access to Blocking context

Implicits resolution with Scala-cats

Why is this code depending on `withFilter` or is this a bug?

scala scala-cats

Problem with given instances writing MTL style code with Scala cats

Is it okay to use "unsafeRunSync()" in Cats-Effects?

Where is the implicit value for parameter P: cats.Parallel[cats.effect.IO,F]

scala scala-cats

mapN over composed Apply

scala scala-cats

is it a bad practice to map a suspended effect with an impure function?

Where is that functor which free monad is supposed to be based on

How to sequence Either with Scala cats without a type alias (see Herding cats)

scala traversal scala-cats

Extend NaturalTransformation of Coproducts