Popularity
2.0
Growing
Activity
0.0
Stable
2
2
1

Monthly Downloads: 17
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Testing     QuickCheck     Tasty    
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.

Do you think we are missing an alternative of tasty-quickcheck-laws or a related project?

Add another 'quickcheck' Package

README

tasty-quickcheck-laws

Build Status

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