#
scalaz
Here are 110 public repositories matching this topic...
The Scala HTTP client you always wanted!
cats
http
scala
akka-http
asynchronous
uri
reactive-streams
httpclient
okhttp
scalaz
synchronous
monix
zipkin
distributed-tracing
interpolator
zipkin-brave
-
Updated
Mar 8, 2021 - Scala
Purely functional JSON parser and library in scala.
-
Updated
Mar 8, 2021 - Scala
property based testing library for Scala
testing
scala
prng
scalaz
scalaprops
property-based-testing
scala-js
mersenne-twister
dotty
scala3
scala-native
-
Updated
Mar 8, 2021 - Scala
A macro library that converts native imperative syntax to scalaz's monadic expressions
-
Updated
Nov 3, 2020 - Scala
Mockito for Scala language
cats
testing
mock
scala
tdd
test-automation
mockito
scalaz
testing-tools
test-driven-development
mocks
specs2
mocking-framework
mocking-library
scalatest
-
Updated
Mar 4, 2021 - Scala
Seamless interop layer between cats and scalaz
-
Updated
Feb 26, 2021 - Scala
Idiomatic, typesafe, and reactive Scala client for Apache Pulsar
-
Updated
Mar 8, 2021 - Scala
Scala library for boilerplate-free validation
-
Updated
Mar 8, 2021 - 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
cats
scala
dsl
macros
scalaz
scalameta
tagless-final
finally-tagless
higher-kinded-types
typed-final
-
Updated
May 24, 2017 - 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
Feb 21, 2021 - Scala
An Open Source Android Launcher built with Scala on Android
-
Updated
Apr 13, 2019 - Scala
Principled, fast, typeclass derivation.
-
Updated
Mar 9, 2021 - Scala
typeclass based functional msgpack serializer/deserializer for Scala. support scala.js and scala-native / msgpack.org[Scala]
-
Updated
Mar 8, 2021 - Scala
Purely functional testing in Scala
-
Updated
May 8, 2018 - Scala
Delving into Free Monads and using them to write pure functional web applications
-
Updated
Jul 29, 2017 - Scala
-
Updated
Mar 8, 2021 - Scala
Scalaz typeclasses <~> Playframework2 typeclasses
-
Updated
Feb 23, 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.
Add this topic to your repo
To associate your repository with the scalaz topic, visit your repo's landing page and select "manage topics."
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)?