Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scalaz

Accumulating only validation errors in Scalaz

scala scalaz

Scalaz 7 Iteratee to process large zip file (OutOfMemoryError)

N-Tuple of Options to Option of N-Tuple

scala scalaz shapeless

How can I combine two scalaz streams with a predicate selector?

scala scalaz scalaz-stream

How to use Apply for Function Application

scala scalaz

How does Scalaz `F[_] : Applicative` type constraint imply use of implicit parameters?

Group values by a key with any Monoid

scala monads scalaz monoids

Transform an M[A => B] to an A => M[B]

Future with State monad

scalaz-stream how to implement `ask-then-wait-reply` tcp client

scala scalaz scalaz-stream

Why Free is not monad instance in Scalaz 7.1.5?

scala monads scalaz

Map a single entry of a Map

scala collections scalaz

Building a minimal predicate function by composing Option[predicate] functions in Scala (possibly with scalaz)

How to choose multiplication monoid instead of addition monoid?

scala scalaz

Scalaz: what role does filter play in |@|?

Scalaz monad transformers. Applying f1:A => G[B], f2:B => G[C] function to F[G[A]] object

Why is there no Functor instance for Array in Scalaz

arrays scala functor scalaz

Scala: Bad inferred type for Option composed with StateT monad transformer

Is there any comprehensive tutorial on how to use this kind of structural typing?

scala types scalaz

Lifting a bijection into a functor