File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.3.0.0
2+
3+ - Added laws for the following factorial semigroup and monoid classes:
4+ - ` Data.Semigroup.Factorial.Factorial `
5+ - ` Data.Semigroup.Factorial.StableFactorial `
6+ - ` Data.Monoid.Factorial.FactorialMonoid `
7+
8+ - Added laws for the following GCD and LCM monoid classes:
9+ - ` Data.Monoid.GCD.{Left,Right}DistributiveGCDMonoid `
10+ - ` Data.Monoid.GCD.DistributiveGCDMonoid `
11+ - ` Data.Monoid.LCM.DistributiveLCMMonoid `
12+
13+ - Added missing laws for the following class:
14+ - ` Data.Monoid.GCD.OverlappingGCDMonoid `
15+
16+ - Removed ` cancellativeGCDMonoidLaws ` .
17+ - The documentation for the ` GCDMonoid ` class no longer states these laws.
18+
119# 0.2.0.0
220
321- Improved generation of arbitrary ` Semigroup ` value combinations.
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22name : quickcheck-monoid-subclasses
3- version : 0.2 .0.0
3+ version : 0.3 .0.0
44bug-reports : https://github.com/jonathanknowles/quickcheck-monoid-subclasses/issues
55license : Apache-2.0
66license-file : LICENSE
You can’t perform that action at this time.
0 commit comments