Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scalaz7

Scalaz Tree to JSON

json scala tree scalaz scalaz7

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

Logging and ignoring exception from Task in scalaz-streams

scala scalaz7 scalaz-stream

Scalaz Validation with applicative functor |@| not working

How to use playframework 2.3 with specs2 2.4 instead of specs2 2.3.x

Best way to handle object's fields validation => Either / Try (scala 2.10) / ValidationNEL (scalaz)

How to solve type mismatch when compiler finds Serializable instead of the match type?

Map and reduce/fold over HList of scalaz.Validation

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

scala scalaz scalaz7

Combining validations with scalaz 7

State transformations with a shapeless State monad

Scalaz - combining List and State Monad in for comprehension

Scalaz: how to compose a map lens with a value lens?

scala map scalaz lenses scalaz7

Set sequencing type puzzle

scala types scalaz scalaz7

How to return a tuple inside an EitherT

How to split F[A \/ B] into (F[A], F[B])

scala scalaz scalaz7

how does work scalaz.Validation loopSuccess and loopFailure

scala scalaz scalaz7

|+| is a semigroup, why it needs a monoid implicit resolution

How to use IO with Scalaz7 Iteratees without overflowing the stack?

scala scalaz iterate scalaz7