Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scalaz

How to avoid stair-stepping with Monad Transformers in scala?

Applicative vs. monadic combinators and the free monad in Scalaz

Scala - compose function n times

scala scalaz

How to handle `Reader` monad and `Try`?

Distinction between type aliases and type lambdas

scala types scalaz implicits

Basic Scalaz State question

Managing imports in Scalaz7

scala scalaz scalaz7

How to convert A[B[C]] to B[A[C]] if A and B are monads?

scala monads scalaz

Scala fast text file read and upload to memory

Convert scala 2.10 future to scalaz.concurrent.Future // Task

scala scalaz scalaz7

Scala Option object inside another Option object

scala option monads scalaz

Update operations on a Scala Case Class

scala scalaz

Round-up of Scalaz type class instances for other libraries

How will Dotty change pure functional programming in Scala?

scala scalaz scala-cats dotty

switch function and object with scalaz' |>

scala scalaz

Conditional invocation of a method in Scala

scala scalaz

What's the difference between a lens and a partial lens?

Avoiding repetition using lenses whilst deep-copying into Map values

scala scalaz lenses

scalaz List[StateT].sequence - could not find implicit value for parameter n: scalaz.Applicative

Iteratees in Scala that use lazy evaluation or fusion?

scala scalaz iterate