Skip to content

Releases: anoma/juvix-quickcheck

v0.2.0

19 Apr 17:59
Compare
Choose a tag to compare

API changes:

  • Test.QuickCheck.Result.overFailure
  • Test.QuickCheck.Testable.testableFunction

Other changes

  • Adds a GitHub action workflow for testing
  • Test.QuickCheck.Testable.Argument has been introduced that bundles Showable and Arbitrary instances. This makes it simpler to define new Testable instances.

v0.1.0

18 Apr 15:53
Compare
Choose a tag to compare

First release of library.

See Test.QuickCheckTest for user API.