Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scalaz

Scalaz: how does `scalaz.syntax.applicative._` works its magic

List[Try[T]] to Try[List[T]] in Scala

Implicit parameter in Scalaz

scala types scalaz

Correct usage of scalaz Future for async execution

How to implement caching with Kleisli

How can I separate a list of ADTs into its variants?

What is a Cohoist in scalaz?

scala scalaz comonad

What is the scalaz-stream equivalent to Play Framework's Enumerator.fromCallback

scala scalaz scalaz-stream

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

Comonad example in Scala

scala monads scalaz comonad

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

How to stack applicative functors in Scala

scala scalaz scala-cats