Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scalaz

Left flatMap on EitherT

Weird nested structural type in generics

Chaining a number of transitions with the state Monad

Threading extra state through a parser in Scala

Replace scalaz ListT with semantically equivalent cats functionality

Applying validation from HList to a case class

scala scalaz shapeless hlist

collapsing \/[A,A] to A

Scalaz flipping nested existential / validation mono-whatevers-nads around pre-applicative-building

Repeatly eval T => scala.concurrent.Future[T] to a Process[?, T]

scala scalaz scalaz-stream

Scalaz unboxed tagged type not automatically unboxed

Vector of Any to Shapeless HList

Why is there no >=> semigroup for A => M[A] in Scalaz?

scala scalaz kleisli semigroup

How to use Monoid Scala?

Combining the elements of 2 lists

scala scalaz applicative

Find used implicits in the Scala REPL

scala scalaz

Is there a function in scala or scalaz to apply a function to a list if the list is not empty?

scala scalaz

Return Future Message from an Actor

scala akka scalaz