Skip to content

A small toy typeclasses collection for scala where every typeclass family has its own project, so you don't depend on a everything if you just need a monoid.

agilogy/classis

Repository files navigation

Classis

  • A small typeclasses collection for scala where every typeclass family has its own project, so you don't depend on a everything if you just need a monoid.

Installation

resolvers += Resolver.url("Agilogy Scala",url("http://dl.bintray.com/agilogy/scala/"))(Resolver.ivyStylePatterns)

libraryDependencies += "com.agilogy" %% "classis-monoid" % "0.2.rc1"

TO-DO

  • Document it

About

A small toy typeclasses collection for scala where every typeclass family has its own project, so you don't depend on a everything if you just need a monoid.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages