quickcheck-classes
This library provides QuickCheck properties to ensure that typeclass instances adhere to the set of laws that they are supposed to. There are other libraries that do similar things, such as `genvalidity-hspec` and checkers. This library differs from other solutions by not introducing any new typeclasses that the user needs to learn. Note: on GHC < 8.5, this library uses the higher-kinded typeclasses (Data.Functor.Classes.Show1, Data.Functor.Classes.Eq1, Data.Functor.Classes.Ord1, etc.), but on GHC >= 8.5, it uses `-XQuantifiedConstraints` to express these constraints more cleanly.
Ecosystem
hackage.haskell.org
hackage.haskell.org
Latest Release
over 7 years ago
0.4.14
over 7 years ago
Versions
34
34
Downloads
21,728 total
21,728 total
Dependent Packages
4
4
Dependent Repos
41
41
Loading...
Readme
Loading...
Links
| Registry | hackage.haskell.org |
| Source | Repository |
| Homepage | Homepage |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:hackage/quickcheck-classes
spec |
| License | BSD-3-Clause |
| First Release | over 8 years ago |
| Last Synced | 2 days ago |
Repository
| Stars | 35 on GitHub |
| Forks | 10 on GitHub |
| Commits | 233 |
| Committers | 10 |
| Avg per Author | 23.3 |
| DDS | 0.601 |
Rankings on hackage.haskell.org
Overall
Top 9.4%
Downloads
Top 7.4%
Dependent packages
Top 5.6%
Dependent repos
Top 8.3%