quickcheck-properties

QuickCheck properties for standard type classes.

LTS Haskell 11.22:0.1
Stackage Nightly 2018-05-10:0.1
Latest on Hackage:0.1

See all snapshots quickcheck-properties appears in

BSD-3-Clause licensed and maintained by Aleksey Khudyakov
This version can be pinned in stack with:quickcheck-properties-0.1@sha256:3bd0890e84ec4cf1c1e6e475152c2c0d7c85915a051cf4e8bf9ec70c32df735c,1268
Depends on 1 package(full list with versions):

Package provide set of generic QuickCheck properties for testing laws of standard type classes. At the moment is not complete. It do not depend on QuickCheck and could be used with smallcheck as well.

See module Test.QuickCheck.Property.Common for general description of library and examples.