Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 517 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 517 Bytes

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