Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.37 KB

Readme.md

File metadata and controls

34 lines (21 loc) · 1.37 KB

cosas

Build Status Codacy code quality License

Cosas is a library for doing macros-free type-dependent generic programming in Scala.

Usage

Add this to build.sbt:

libraryDependencies += "ohnosequences" %% "cosas" % "<version>"

(see the latest version on the badge above)

Requirements

This library is currently cross-compiled and tested with Scala 2.11.11 and 2.12.3. Using an older version of Scala may cause problems due to the bugs in scalac.

Examples

Check tests code for the usage examples: