Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scalaz

Example of using scalaz Monad

scala monads scalaz

Explain Traverse[List] implementation in scalaz-seven

Functor Instance for Type Constructor with Two Parameters in Scala

Convert a List[String] to a case class using Shapeless

scala scalaz shapeless

Is there a more idiomatic way of getting IO[Option[A]] from Option[IO[Option[A]] then using sequence and mapping join?

scala scalaz

What's the benefit of scalaz.concurrent.Future, in comparison to scalaz.ContT[Trampoline, Unit, ?]

Invoking a function on a "side" of a Bifunctor dependent on the value of a boolean

Convert List[String] into ValidationNEL[String, A] in a function

scala types scalaz

Scala implicit for arbitrarily deep Functor composition

scala scalaz

How to compose two parallel Tasks to cancel one task if another one fails?

scala concurrency task scalaz

Set sequencing type puzzle

scala types scalaz scalaz7

What are Tower[A] and IvoryTower in Scalaz?

scala scalaz io-monad

Splitting a scalaz-stream process into two child streams

How to avoid stack overflow when using scalaz's free monad?

scala scalaz free-monad

Combining `OptionT` and `EitherT` to handle `Future[Either[Error, Option[T]]]`

scala scalaz scala-cats

Interpreting a list of free monads vs. interpreting a free monad of a list

scala monads scalaz

Example of open source projects using scalaz

scala scalaz

Composable using scalaz Arrow?

scala scalaz

Processing a list of Scalaz6 Validation

validation scala scalaz

Is is possible to improve type inference for partially applied types in Scala?

scala type-inference scalaz