Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-cats

Running queries in parallel in Doobie

Cats effect - parallel composition of independent effects

cats-effect: How to transform `List[IO]` to `IO[List]`

scala io scala-cats

How will Dotty change pure functional programming in Scala?

scala scalaz scala-cats dotty

Scala-Cats Validated: value mapN is not a member of ValidatedNel tuple

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

Cats: Non tail recursive tailRecM method for Monads

False errors when using cats library in IntelliJ

Doobie and DB access composition within 1 transaction

scala scala-cats doobie

Difference between flatMap, flatTap, evalMap and evalTap

Monads VS Applicative functors for Futures

How to flatten a sequence of cats' ValidatedNel values

scala scala-cats

How to reduce Seq[Either[A,B]] to Either[A,Seq[B]]?

How does the Cats library in Scala relate to scalaz?

scala scalaz scala-cats