Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scalaz

Scalaz Kleisli question

could not find implicit value for evidence parameter of type scalaz.Applicative

scala scalaz

Map and reduce/fold over HList of scalaz.Validation

When using type classes, how to deal with object in different ways?

Async computation with Validation in Scala using Scalaz

How to handle nested structure when traversing with state monad

Why does scalaz's implementation of Monoid for Option evaluate the f2 function twice?

scala scalaz scalaz7

What does "ap" of \/ in Scalaz do?

scala scalaz

How to find out what implicit(s) are used in my scala code

Testing laws of side-effecting monad

How to run sequence over List[F[G[A]]] to get F[G[List[A]]]

scala scalaz

How to find the size of an object in scala?

Combining validations with scalaz 7

Scalaz equivalent to forM_

Abstraction over a sequence of types

scala scalaz shapeless

Merging scalaz-stream input processes seems to "wait" on stdin

scala scalaz scalaz-stream

What should I import for Scalaz' traverse functionalities

scala scalaz

Folding a list of different types using Shapeless in Scala

scala scalaz shapeless

Free implementation in scalaz

scala scalaz free-monad

Either, Try, and Validation in Scala