Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scalaz

Performance of line counting with scalaz-stream

Scalaz and main method

scala haskell monads scalaz

How to compose functions that return Writer[List[Int], Int]?

Conditional map of Option[Int] pair through a function using scalaz

scala scalaz

Using Free with a non-functor in Scalaz

The difference between IO and UIO in scalaz ZIO

scala scalaz zio

How-to use Play 2.4.x with scalaz 7.2.0

playframework scalaz specs2

what is the scalaz filterM method?

scala scalaz

equivalent of newtype deriving in ScalaZ

scala haskell scalaz

scalaz: how to handle different error types in a Validation?

scala validation scalaz

How to correctly write a foldLeft function that may fail?

point reader monad scala

scala scalaz scalaz7

How to sequence Throwable \/ List[Throwable \/ A] into Throwable \/ List[A] in scalaz?

scala scalaz

Modeling a FSM via Process1 transducer?

scalaz scalaz-stream

How to iterate over a Tree in Scalaz

How to manage the hierarchy of State in Functional Programming?