Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-cats

What is `F` in `F[_]: Sync` and where does it come from?

How to extract value from Scala cats IO

scala scala-cats

How to reduce Seq of functions that return Either with short circuit behavior?

scala scala-cats

Is it possible to share pure FP state between multiple http requests on http4s server?

scala scala-cats fs2 http4s

Scala cats, flatMap on cartesian?

scala scala-cats cartesian

How to convert into refined type?

Transactions in Doobie for Scala / Play Framework

How to combine ADTs in Scala?

scala scala-cats

cats-effect: How to obtain an implicit NonEmptyParallel

Conversion between Option[F[ShoppingCart]] to F[Option[ShoppingCart]]

Can cats.effect.IO be sequenced, ie is it in the Traverse typeclass?

scala scala-cats

What type to use in tests which require Concurrent and Timer type class instance?

How to flatMap cats Applicatives

stop all async Task when they fails over threshold?

Could not find implicit value for parameter F: cats.Applicative[F]

scala slick scala-cats

what is the equivalent of fs2.Scheduler in fs2 (0.10.x) in newer versions