Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-cats

How to create Async[Future] from Async[IO]

scala scala-cats doobie

Using arbitrary trees with Free Monads in Scala+Cats

Doobie cannot find or construct a Read instance for type T

Combining `OptionT` and `EitherT` to handle `Future[Either[Error, Option[T]]]`

scala scalaz scala-cats

How to add proper error handling to cats-effect's Resource

Conditional state monad expressions

Avoiding deeply nested Option cascades in Scala

Why do we need to separate Apply and Applicative type classes?

How to transform Either[Future[A], Future[B]] to Future[Either[A, B]]

Intersperse is missing in cats?

scala scala-cats

Scala / Cats: How to unzip an NonEmptyList

scala scala-cats

Should constructing stateful objects be modeled with an effect type?

Use Unapply to extract identical type classes

scala scalaz scala-cats

Scala Cats Effects - IO Async Shift - How Does it Work?

cats-effect:How to transform Map[x,IO[y]] to IO[Map[x,y]]

The object-functional impedance mismatch

How to separate out parsing from validation in case of versioned config using scala?

Name of Bi - Functor type class with one contravariant and one covariant parameter