The Wayback Machine - https://web.archive.org/web/20220720161038/https://github.com/topics/scalaz
Here are
110 public repositories
matching this topic...
The Scala HTTP client you always wanted!
-
Updated
Jul 20, 2022
-
Scala
Purely functional JSON parser and library in scala.
-
Updated
Jul 18, 2022
-
Scala
Usage examples and benchmarks between Scalaz and Cats (w/ Haskell ground-truth).
-
Updated
Dec 18, 2021
-
Scala
Mockito for Scala language
-
Updated
Jul 19, 2022
-
Scala
property based testing library for Scala
-
Updated
Jul 12, 2022
-
Scala
A macro library that converts native imperative syntax to scalaz's monadic expressions
-
Updated
May 24, 2022
-
Scala
Idiomatic, typesafe, and reactive Scala client for Apache Pulsar
-
Updated
Jul 19, 2022
-
Scala
Seamless interop layer between cats and scalaz
-
Updated
Feb 26, 2021
-
Scala
Scala library for boilerplate-free validation
-
Updated
Jul 9, 2022
-
Scala
-
Updated
Jul 7, 2022
-
Scala
Evaluation of API and performance of different actor libraries
-
Updated
Jul 12, 2017
-
Scala
Easy way to create Free Monad using Scala macros with first-class Intellij support.
-
Updated
Jun 15, 2018
-
Scala
Boilerplate-free, zero-overhead Tagless Final / typed-final / Finally Tagless DSLs in Scala
-
Updated
May 24, 2017
-
Scala
The pure testing library by scalaz.
-
Updated
Nov 8, 2019
-
Scala
Discover scalaz in a practical way
-
Updated
Aug 9, 2020
-
Scala
A compiler plugin that will improve on the scala compiler on the assumption that the user is using the Scalazzi-safe subset of Scala.
-
Updated
Jun 15, 2019
-
Scala
purely functional http client with scalaz.Free
-
Updated
Jul 12, 2022
-
Scala
Convert Task to Future, and Future to Task
-
Updated
May 3, 2018
-
Scala
An Open Source Android Launcher built with Scala on Android
-
Updated
Apr 13, 2019
-
Scala
An effect monad for Scalaz 7.2
-
Updated
Jun 29, 2018
-
Scala
Principled, fast, typeclass derivation.
-
Updated
Jul 18, 2022
-
Scala
typeclass based functional msgpack serializer/deserializer for Scala. support scala.js and scala-native / msgpack.org[Scala]
-
Updated
Jul 12, 2022
-
Scala
Purely functional testing in Scala
-
Updated
May 8, 2018
-
Scala
-
Updated
Jul 13, 2022
-
Scala
Scalaz and Cats compatibility
-
Updated
Oct 25, 2017
-
Scala
Scalaz Japanese Documentation
-
Updated
Jul 18, 2022
-
JavaScript
Delving into Free Monads and using them to write pure functional web applications
-
Updated
Jul 29, 2017
-
Scala
Monad transformers for exception handling
-
Updated
Jul 16, 2022
-
Scala
Generation of arbitrary case classes / ADTs instances with Scalaprops and Magnolia
-
Updated
Apr 26, 2021
-
Scala
Improve this page
Add a description, image, and links to the
scalaz
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
scalaz
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
I just came across the fact that a
Show[Throwable]
exists.import Scalaz._
, one needs toimport scalaz.std.java.throwable._
What's going on with this? :D
Is it OK if I fix both of these (for 7.2 and 7.3)?