Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scalaz

Combining validations with scalaz 7

Scalaz equivalent to forM_

Abstraction over a sequence of types

scala scalaz shapeless

Merging scalaz-stream input processes seems to "wait" on stdin

scala scalaz scalaz-stream

What should I import for Scalaz' traverse functionalities

scala scalaz

Folding a list of different types using Shapeless in Scala

scala scalaz shapeless

Free implementation in scalaz

scala scalaz free-monad

Either, Try, and Validation in Scala

State transformations with a shapeless State monad

Scalaz - combining List and State Monad in for comprehension

Chaining Scalaz validation functions: Function1[A,Validation[E,B]]

scala scalaz

Scalaz: how to compose a map lens with a value lens?

scala map scalaz lenses scalaz7

How can I combine a tuple of values with a tuple of functions?

Scalaz Kleisli usage benefits

scala scalaz kleisli

When to use the ST monad in Scala?

scala monads scalaz

Scalaz Type Classes for Apache Spark RDDs

how to translate Haskell into Scalaz?

scala haskell functor scalaz

Scalaz: how can I accumulate Failures or apply a function to Validations with different types?

validation scala scalaz

Scalaz library import technique reasoning

scala scalaz

Reducing options in scala?