Skip to content

necesito esas cosas raras con tipos

License

Notifications You must be signed in to change notification settings

ohnosequences/cosas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: