Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scalaz

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

Traversing lists and streams with a function returning a future

Turning A => M[B] into M[A => B]

How to understand traverse, traverseU and traverseM

scala scalaz

Using Scalaz Stream for parsing task (replacing Scalaz Iteratees)

How to reduce Seq[Either[A,B]] to Either[A,Seq[B]]?

Unexpected implicit resolution based on inference from return type

Function syntax puzzler in scalaz

Different Scala Actor Implementations Overview

scala actor lift scalaz akka