Releases: anoma/juvix-quickcheck
Releases · anoma/juvix-quickcheck
v0.2.0
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 bundlesShowable
andArbitrary
instances. This makes it simpler to define newTestable
instances.
v0.1.0
First release of library.
See Test.QuickCheckTest
for user API.