Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scalaz

How will Dotty change pure functional programming in Scala?

scala scalaz scala-cats dotty

switch function and object with scalaz' |>

scala scalaz

Conditional invocation of a method in Scala

scala scalaz

What's the difference between a lens and a partial lens?

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