Search code examples
Task in later version of Scalaz...


scalascalaz

Read More
TypeClasses in ScalaZ...


scalatypeclassscalaz

Read More
For-comprehension for io monad prints nothing...


scalaioscalaz

Read More
fs2: Check for success of Seq(Task)...


scalataskscalazhttp4sfs2

Read More
Understanding FoldLeft in ScalaZ...


scalascalazapplicativefoldleftfoldable

Read More
Scala: Apply same function to 2 lists in one call...


scalascalaz

Read More
Calling generic function with Functor using subclass (cats/scalaz)...


scalafunctional-programmingfunctorscalazscala-cats

Read More
Monad transformer flatMap working...


scalamonadsscalazmonad-transformersscala-cats

Read More
Is the Writer Monad effectively the same as the State Monad?...


scalamonadsscalazstate-monadwriter-monad

Read More
Scalaz error combining EitherT and OptionT...


scalascalaz

Read More
OptionalT fromOptional and liftF in ScalaZ...


scalascalazscala-cats

Read More
scalaz lens from example does not work...


scalaz

Read More
Implementing the Monad typeclass with a multi-parameter type...


scalasyntaxscalaz

Read More
What's the difference between a lens and a partial lens?...


scalahaskellscalazlensescalmm

Read More
`then` on Kleisli's of Different Input Types?...


scalascalaz

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


genericsscalascalaz

Read More
StateT[Either] with failover in Scalaz...


scalascalaz

Read More
Scala: SeqT monad transformer?...


scalascalazscala-cats

Read More
Make recursive function stack - safe with Free Monads Trampoline in Scala?...


scalarecursionscalazscala-cats

Read More
Why Free is not monad instance in Scalaz 7.1.5?...


scalamonadsscalaz

Read More
What methods are needed to create custom Applicative Functor to use with scalaz |@|...


scalafunctional-programmingscalazapplicative

Read More
Zip non sequential list based on condition...


scalascala-collectionsscalaz

Read More
Scala mix list and futures in for comprehention...


scalascalaz

Read More
Scala. How to create general method that accept tuple with different arities?...


scalascalazshapeless

Read More
Short-circuit from ReaderWriterState[Either]...


scalascalazmonad-transformers

Read More
Dependency injection into scala objects (not classes)...


javascaladependency-injectionplayframeworkscalaz

Read More
IO and Future[Option] monad transformers...


scalascalazmonad-transformersio-monad

Read More
Apply all filter functions to a value...


scalafunctional-programmingscalazscala-catsmonoids

Read More
Layering State with Either in scalaz...


scalascalazmonad-transformersstate-monadeither

Read More
Find a succes line after validation scalaz...


scalascalaz

Read More
BackNext