Popularity
2.4
Stable
Activity
0.0
Stable
2
2
2
Monthly Downloads: 10
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.0.3
tasty-quickcheck-laws alternatives and similar packages
Based on the "quickcheck" category.
Alternatively, view tasty-quickcheck-laws alternatives based on common mentions on social networks and blogs.
-
quickcheck-arbitrary-adt
Typeclass for generating a list of each instance of a sum type's constructors -
quickcheck-state-machine-distributed
DISCONTINUED. Test monadic programs using state machine based models
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of tasty-quickcheck-laws or a related project?
README
tasty-quickcheck-laws
Pre-built tasty trees for checking your lawful class instances with QuickCheck.
Currently includes laws for the following type classes:
- Eq
- Semigroup
- Monoid
- Functor
- Applicative
- Monad
- Identity Monad
- State Monad
- Reader Monad
- Writer Monad
- Error Monad
- Maybe Monad