Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-cats

How to use Monoid Scala?

Cats: how to find the specific type from implicits

scala scala-cats

How to create cats IO monad from cats State

Cats Seq[Xor[A,B]] => Xor[A, Seq[B]]

scala scala-cats

When exactly I have to use State Monad or .copy?

scala haskell scala-cats

How to convert a Stream[IO, List[A]] to Stream[IO, A]

scala scala-cats fs2

List[Try[T]] to Try[List[T]] in Scala

How can I separate a list of ADTs into its variants?

Efficient way to create abstract collection with cats

scala scala-cats monix

ConcurrentHashMap with functional programming. Is suspending unsafeRun safe?

How to fold a collection of endomorphism with cats

Scala Free Monads with Coproduct and monad transformer

Scala cats and traverse syntax for Either - doesn't compile

Unit-testing with cats-effect's IO monad

Stacking monadic effects in a Free Monad in Scala

scala free-monad scala-cats

How to stack applicative functors in Scala

scala scalaz scala-cats