Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scalaz

Avoiding repetition using lenses whilst deep-copying into Map values

scala scalaz lenses

scalaz List[StateT].sequence - could not find implicit value for parameter n: scalaz.Applicative

Iteratees in Scala that use lazy evaluation or fusion?

scala scalaz iterate

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