Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 523 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 523 Bytes

Scala/Java Generators

Purpose / Background

Provide type-class-based utilities for generation of arbitrary data types with support for automatic derivation of type class instances.

Initially a learning project largely inspired from exercises in "Functional Programming in Scala" and ScalaCheck

Status

Now mature with tests for most features

Usage examples

See respective code part and also unit tests there