Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scalaz

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?

Merge maps by key

Why isn't Validation a Monad?

scala monads scalaz scalaz7

Convert a List of Options to an Option of List using Scalaz

scala option scalaz

How to combine Option values in Scala?

Real World Functional Programming in Scala