Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scalaz

Monadic fold with State monad in constant space (heap and stack)?

Why does Scalaz show up in my project's API docs?

stacking StateT in scalaz

Why must fmap map every element of a List?

What's the relation of fold on Option, Either etc and fold on Traversable?

Shapeless: generic lens parameterized by case class or field

scala scalaz shapeless lenses

In Scala, is there a shorthand for reducing a generic type's arity?

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