scalaz
There are 109 repositories under scalaz topic.
scalaz/scalaz
Principled Functional Programming in Scala
softwaremill/sttp
The Scala HTTP client you always wanted!
argonaut-io/argonaut
Purely functional JSON parser and library in scala.
fosskers/scalaz-and-cats
Usage examples and benchmarks between Scalaz and Cats (w/ Haskell ground-truth).
mockito/mockito-scala
Mockito for Scala language
scalaprops/scalaprops
property based testing library for Scala
ThoughtWorksInc/each
A macro library that converts native imperative syntax to scalaz's monadic expressions
CleverCloud/pulsar4s
Idiomatic, typesafe, and reactive Scala client for Apache Pulsar
djspiewak/shims
Seamless interop layer between cats and scalaz
krzemin/octopus
Scala library for boilerplate-free validation
japgolly/test-state
Scala Test-State.
plokhotnyuk/actors
Evaluation of API and performance of different actor libraries
Thangiee/Freasy-Monad
Easy way to create Free Monad using Scala macros with first-class Intellij support.
lloydmeta/diesel
Boilerplate-free, zero-overhead Tagless Final / typed-final / Finally Tagless DSLs in Scala
scalaz/testz
The pure testing library by scalaz.
scalaz/scalaz-plugin
A compiler plugin that will improve on the scala compiler on the assumption that the user is using the Scalazzi-safe subset of Scala.
xuwei-k/httpz
purely functional http client with scalaz.Free
Verizon/delorean
Convert Task to Future, and Future to Task
xebia-functional/nine-cards-backend
An Open Source Android Launcher built with Scala on Android
scalaz/ioeffect
An effect monad for Scalaz 7.2
scalaz/scalaz-deriving
Principled, fast, typeclass derivation.
msgpack4z/msgpack4z-core
typeclass based functional msgpack serializer/deserializer for Scala. support scala.js and scala-native / msgpack.org[Scala]
hablapps/puretest
Purely functional testing in Scala
shawjef3/Harmony
Scalaz and Cats compatibility
xuwei-k/scalaz-docs
Scalaz Japanese Documentation
calvinlfer/free-monads-functional-web-apps
Delving into Free Monads and using them to write pure functional web applications
ThoughtWorksInc/tryt.scala
Monad transformers for exception handling
xuwei-k/optparse-applicative
Scala port of Paolo Capriotti's optparse-applicative library. fork from https://github.com/bmjames/scala-optparse-applicative
scalaprops/scalaprops-magnolia
Generation of arbitrary case classes / ADTs instances with Scalaprops and Magnolia
xuwei-k/play2scalaz
Scalaz typeclasses <~> Playframework2 typeclasses
scalaprops/sbt-scalaprops
sbt plugin for scalaprops. provides tab completion, scala-native support
xuwei-k/iarray
scalaz friendly immutable Array, NonEmptyArray
xuwei-k/zeroapply
zero cost Apply/Applicative syntax
scalaprops/scalaprops-shapeless
Generation of arbitrary case classes / ADTs instances with scalaprops and shapeless
pure4s/logger4s
Purely functional Logger for Scala