Changelog for quickcheck-classes-base-0.6.0.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to the Haskell Package Versioning Policy.
[0.6.0.0] - 2019-08-07
Added
- Initial release. This factor out a subset of laws tests
from
quickcheck-classesand depend on this library that have a more minimal dependency footprint. - Add laws for left rotate and right rotate.
- Add law that checks that subtraction is the same thing as adding the negation of a number.