Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-cats

Why is import cats.implicits._ no longer necessary for importing type class instances?

How to make cats.effect.Console with timeout?

Processing multipart content in http4s

scala scala-cats http4s fs2

How do I explain the difference between fold and foldK?

scala scala-cats

Scala, ZIO - convert Future into ZIO or ZIO into Future. Is it possible?

scala future scala-cats zio

Scala, Quill - how to use SQL IN clause in quill query?

Recursions with the State-Monad

How to asynchronously interrupt an fs2 stream?

Confused about cats-effect Async.memoize

How to use Scala Cats' Kleisli with Either

Chaining a number of transitions with the state Monad

How to make EitherT[Future, String, Int] from Future[Either[String, Int]] with cats?

Why is FunctionK not the same as a Natural Transformation

How to use MonadError correctly?

scala scala-cats

Replace scalaz ListT with semantically equivalent cats functionality

How to use Monoid Scala?

Cats: how to find the specific type from implicits

scala scala-cats

How to create cats IO monad from cats State

Cats Seq[Xor[A,B]] => Xor[A, Seq[B]]

scala scala-cats

When exactly I have to use State Monad or .copy?

scala haskell scala-cats