Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-cats

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

Convert List[Task[List[A]]] to Task[List[A]]

Idiomatic way to handle side effect and return value in Scala functions

scala monads scala-cats

Scala Cats FreeMonad - Why do I need asInstanceOf[Id[A]] in my Interpreter?

scala scala-cats free-monad

How to correctly write a foldLeft function that may fail?

Scala-cat's IOApp in an OSGi context

Shouldn’t `EitherT` be covariant? Especially in the Left?

Passing state between functional steps in Scala

Flatten nested Ior's with scala-cats