An open API service indexing awesome lists of open source software.

https://github.com/katrix/perspective

Higher kinded data in Scala
https://github.com/katrix/perspective

Last synced: about 1 year ago
JSON representation

Higher kinded data in Scala

Awesome Lists containing this project

README

          

# perspective: Higher kinded data in Scala
perspective aims to provide many of the tools you need to program with HKD in Scala.
Everything from deriving the categorical typeclasses themselves to deriving
general typeclasses for ADTs using HKD instead of HLists as a backbone.

**NOTE: ** perspective is still in development, and is as such
prone to changing as I figure out the best ways to do stuff.

If you want a good primer for working with HKD, check out this [talk](https://www.youtube.com/watch?v=oWXxtfTBlM0).