Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-cats

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

scala cats ambiguous implicit values

Scala cats, traverse Seq

scala traversal scala-cats

Why must fmap map every element of a List?

Execute a `List` of `IO` in parallel

scala scala-cats

Cats - how to use for-comprehension when `Monad` instance in scope?

How to use Scala Cats Validated the correct way?

How can I use cartesian product |@| with latest versions of Cats?

scala scala-cats