Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scalaz

How can I use Kleisli composition with functions returning Validations?

Functional equivalent of if (p(f(a), f(b)) a else b

My API is all returning Future[Option[T]], how to combine them nicely in a for-compr

scala scalaz

Scalaz validation: convert sequence of validations to a single validation

scala validation scalaz

Scala PartialFunction can be Monoid?

Compose Scalaz validations

scala scalaz

Will using Scala in a more functional way (scalaz) incur a performance/maintainability penalty?

performance scala scalaz

Using scalaz state in a more complicated computation

a clean way to combine two tuples into a new larger tuple in scala?

scala scalaz

Is it just a coincidence that Kleisli, ReaderT, and Reader are the same in Scalaz

Scalaz: request for use case for Cokleisli composition

Combining EitherT and Future

Monads VS Applicative functors for Futures

reader writer state monad - how to run this scala code

scala monads scalaz

Where is `sequence` in Scalaz7

scala scalaz scalaz7

Map on Scalaz Validation failure

scala scalaz

Validation versus disjunction

Using context bounds "negatively" to ensure type class instance is absent from scope

Converting a tuple of options to an option of tuple with Scalaz or Shapeless

scala scalaz shapeless

What is a DList?