@hackage / QuickCheck-safe

Safe reimplementation of QuickCheck's core

Latest0.1.0.7

About

Metadata

  • Last updated , by BertramFelgenhauer
  • License MIT
  • Categories Testing
  • Maintained by: Bertram Felgenhauer <int-e@gmx.de>

  • Lottery factor: 1

Links

Installation

Readme

QuickCheck-safe reimplements the quickCheck functionality with a pure interface and a very small trusted base (see Test.QuickCheck.Safe.Trusted).

  • uses the existing Arbitrary instances

  • implemented features: testing, result minimization (i.e., shrinking)

  • missing features: expected failures, label frequencies, coverage

The package is targeted at users who want to leverage SafeHaskell for sandboxing.

>>>