Skip to content

Releases: ifigueroap/racket-quickcheck

Release v0.1

06 Nov 18:03
Compare
Choose a tag to compare

This release marks the official version 0.1 of Quickcheck.

Quickcheck's API should be considered experimental and unstable this release. To use this exact version of quickcheck, put this in your package's dependencies:

(define deps '(... "git://github.com/ifigueroap/racket-quickcheck#v0.1"))