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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.
typelevel/cats is an alternative to Scalaz for functional programming in Scala.
It would be nice to port Quiver and create a version based on Cats for projects that would like to avoid a dependency on Scalaz. It would be even better to factor out functionality related to Cats or Scalaz in separate modules, e.g. quiver-cats and quiver-scalaz.
As far as I can tell Scalaz is used only for scalaz.Tree and to define type class instances for nodes, edges, graphs, etc. ATM the only missing piece of functionality in Cats is Tree.
The text was updated successfully, but these errors were encountered:
typelevel/cats is an alternative to Scalaz for functional programming in Scala.
It would be nice to port Quiver and create a version based on Cats for projects that would like to avoid a dependency on Scalaz. It would be even better to factor out functionality related to Cats or Scalaz in separate modules, e.g.
quiver-cats
andquiver-scalaz
.As far as I can tell Scalaz is used only for
scalaz.Tree
and to define type class instances for nodes, edges, graphs, etc. ATM the only missing piece of functionality in Cats isTree
.The text was updated successfully, but these errors were encountered: