Search code examples
Combining List, Future and Option in for-comprehension - scalaz...


scalamonadsscalazmonad-transformers

Read More
Is there a library in F# that is similar to scalaz, cats and arrow (Kotlin)?...


functional-programmingf#scalazscala-catsarrow-kt

Read More
How to elegantly combine multiple Tasks containing options in ZIO...


scalascalazscala-catsscalaz7zio

Read More
What is a Cohoist in scalaz?...


scalascalazcomonad

Read More
Good scalaz introduction...


scalascalaz

Read More
Apply several string transformations in scala...


scalafunctional-programmingscalaz

Read More
Monad Transformers in Scala...


scalamonadsscalazmonad-transformers

Read More
Converting a tuple of options to an option of tuple with Scalaz or Shapeless...


scalascalazshapeless

Read More
How to combine Option values in Scala?...


scalatype-conversionscalaz

Read More
Defining Monad, Applicative, and Functor instances for a type class...


scalafunctional-programmingscalaz

Read More
Insert character in Scala String...


stringscalascala-collectionsscalazropes

Read More
What is the difference between the Store Comonad and a Representable Store Comonad in functional pro...


scalahaskellfunctional-programmingscalazcomonad

Read More
Fibonacci memoization in Scala with Memo.mutableHashMapMemo...


scalafibonacciscalazmemoization

Read More
Scalaz: Bypass IO pipeline?...


scalafunctional-programmingscalaz

Read More
scalaz.io : flatten IO[Throwable, Seq[IO[Nothing, String]]]...


scalafunctional-programmingscalaz

Read More
What is a DList?...


listscaladata-structuresappendscalaz

Read More
Scala: Design pattern for object / renderer for UI...


scalafunctional-programmingscalaz

Read More
Chaining a number of transitions with the state Monad...


scalascalazscala-catsstate-monadscalaz7

Read More
How do I declare a scala case class to be an instance of Scalaz's Semigroup?...


scalascalazscalaz7

Read More
Merge maps in scalaz with a complex (double) operation...


scalascalazscalaz7

Read More
Fork Join with generic monad scala?...


scalafunctional-programmingmonadsscalazscala-cats

Read More
Composing scalaz io effect objects...


scalascalazio-monad

Read More
How can I separate a list of ADTs into its variants?...


scalafunctional-programmingscalazscala-cats

Read More
Scala - Is there a function to map Seq[A] => Seq[Either[Throwable, B]]?...


scalascalazscala-catsmap-functioneither

Read More
Scala: question marks in type parameters...


scalascalaztype-parameter

Read More
traverse a string in cats/scalaz...


scalascalazscala-cats

Read More
Multiple futures that may fail - returning both successes and failures?...


scalaconcurrencyparallel-processingscalazscala-cats

Read More
Is there something like Collectable typeclass?...


scalafunctional-programmingscalazscala-cats

Read More
How to preserve original type in match without resorting to asInstanceOf?...


scalascalaz

Read More
Avoiding boilerplate with OptionT (natural transform?)...


scalafunctional-programmingmonadsscalazscala-cats

Read More
BackNext