Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scalaz

How to I convert between monad stacks with transformers in scalaz 7

Convert a Seq[String] to a case class in a typesafe way

scala scalaz shapeless

Scalaz's Unapply: why doesn't traverseU work with State? Why must traverseS exist?

scala types scalaz

Free ~> Trampoline : recursive program crashes with OutOfMemoryError

Scalaz's traverse_ with IO monad

scala scalaz

Example of State and Free monad in Scalaz

scala scalaz

Type inference question using Scalaz.ListW.<^>

scala type-inference scalaz

Can I use monad transformers to simplify this composition?

Halting a Process[Task, O] on user input

scala scalaz scalaz-stream

Future[List[Error \/ Double]] to Future[[List[Error] \/ List[Double]] in Scala

list scala scalaz either

Scalaz Validation: aggregate errors or return any success

scala scalaz

Creating an RDD to collect the results of an iterative calculation

How does HList.foldRight look for implicits when used in the implementation of a type class?

Why would validation break the monad laws?

Scala lens for collection parameter

Scala: idiomatic way to merge list of maps with the greatest value of each key?

Scalaz Validation with applicative functor |@| not working

What is the Clojure equivalent of Scalaz Foldable's foldmap?

scala clojure scalaz fold

how to flatten disjunction type

scala scalaz

What is Store in scalaz