Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-cats

How to manage the hierarchy of State in Functional Programming?

MVar tryPut returns true and isEmpty also returns true

How to properly use IO and OptionT in service layer in for-comprehension?

Haskell's mapM equivalent for Scala cats

scala scala-cats

In functional Scala, what is a good way to go transform one parametrized type to another?

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