Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-cats

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

Fold on NonEmptyList

scala scala-cats

Cartesian product of three lists with cats

cats' NonEmptyList vs scala stdlib ::

scala scala-cats

Scala, cats, http4s - does not recognize <+> symbol from Http4s

scala scala-cats http4s

Reduce / fold over list of monoid but reducer returns Either

flatMap ignoring the result

scala monads scala-cats

How to turn `Either[Error, Option[Either[Error, Account]]]` to `Either[Error, Option[Account]]` with typelevel cats?

value flatMap is not a member of type parameter F[Long] when using cats.effect

EitherT: Call function returning Either only if a certain condition is true (otherwise return right)

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