Description
Lets HUnit assertions be used as QuickCheck properties. This helps Haskell test suites combine assertion-style checks with property-based test generation.
It is useful when existing HUnit-style checks should participate in QuickCheck workflows. It is a test support library and does not provide a standalone test runner by itself.