Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scalaz

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

How does the Cats library in Scala relate to scalaz?

scala scalaz scala-cats

Scalaz state monad examples

scala scalaz state-monad

Doing HTTP request in Scala

http scala scalaz

How do I replace a program written as a sequenced stream of state transitions with scalaz-stream?

scala scalaz scalaz-stream

Reader Monad for Dependency Injection: multiple dependencies, nested calls