Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scalaz

Pure FP in Scala?

Ambiguous implicit conversions causing compile failure in Scalatest and Argonaut.io

scala scalaz scalatest

How to deal with Reader[A, Future[B]]

scala scalaz

Simple control flow in scalaz effect

scala scalaz scalaz7

Filtering values on right side of scalaz disjunction

scala scalaz

Trying to understand scalaz state monad

scala lift scalaz state-monad

Writing foldTerm from 'Data types ala Carte' in Scala

scala scalaz

don't understand scalaz endo function

scalaz.Equal for path dependent types

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

scala scalaz scalaz7

Typeclasses and inheritance in scalaz

scala scalaz

Convert an Option[Validation[E, A]] to a Validation[E, Option[A]]

scala validation 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

Error handling monads in Scala? Try vs Validation

Comonad example in Scala

scala monads scalaz comonad

Is the Writer Monad effectively the same as the State Monad?

Clojure's 'let' equivalent in Scala

scala clojure scalaz let