Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scalaz

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

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?