Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scalaz7

Cohesive way to validate a class in Scala using Scalaz 7

What does λ[α =>F] mean? [duplicate]

Chaining a number of transitions with the state Monad

collapsing \/[A,A] to A

Scalaz unboxed tagged type not automatically unboxed

"private[syntax]" in Scala [duplicate]

scala scalaz scalaz7

Missing Functor and Monad instances when using scala.concurrent.Future with EitherT

How to use a Monad Transformer when Disjunction is the outermost container?

Simple control flow in scalaz effect

scala scalaz scalaz7

scalaz 7 equivalent of `<|*|>` from scalaz 6

scala scalaz scalaz7

Scalaz 7 Iteratee to process large zip file (OutOfMemoryError)

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

Lifting a bijection into a functor