Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How to convert a `NonEmptyList[Either[Error, User]]` to `Either[Error, NonEmptyList[User]]` with cats?

scala list scala-cats either

Scala: Cats, OptionT[Future, T] and ApplicativeError

scala scala-cats

Can't call map method in function with cats library

scala scala-cats

Why Semigroupal for types that have Monad instances don't combine?

scala scala-cats

Stacking monadic effects in a Free Monad in Scala

scala free-monad scala-cats

Making sense of Scala FP Libraries

How to stack applicative functors in Scala

scala scalaz scala-cats