Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 2.18 KB

README.md

File metadata and controls

34 lines (24 loc) · 2.18 KB

shapeless-feat

Maven Central build status Coverage Status Join the chat at https://gitter.im/combinators/cls-scala

Shapeless Generic Functional Enumeration of Algebraic Data Types for Scala

This project brings testing-feat from Haskell over to Scala. The generics approach used in feat fits well with shapeless, hence the name and out of the box support for generic programming.

You may find detailed information about feat in the paper by Duregård et al.:

Duregård, Jonas, Patrik Jansson, and Meng Wang. "Feat: functional enumeration of algebraic types." ACM SIGPLAN Notices 47.12 (2013): 61-72. Online here and here.

Installation

To obtain the latest version, clone the reopsitory and run sbt and publishLocal.

The current release is available at maven central, just add

libraryDependencies += "org.combinators" %% "shapeless-feat" % "0.2.1"

Currently, Scala 2.11 and 2.12 are supported in the released version.

Examples

Can be found in the examples project and the tests.

Help and Contributions

Try the Gitter channel of cls-scala.

Contributers

  • Jan Bessai

Your name here

Just the usual: open pull requests and or issues. Feel free to add yourself to the list in this file, if you contribute something.