quickpull-0.4.2.2: Generate Main module with QuickCheck tests

Safe HaskellSafe-Inferred
LanguageHaskell2010

Quickpull.EqShow

Description

This module is necessary to maintain compatibility with both QuickCheck 2.6 and QuickCheck 2.7. This module is used for newer versions of QuickCheck (after version 2.7).

Synopsis

Documentation

(===) :: (Eq a, Show a) => a -> a -> Property infix 4

Like ==, but prints a counterexample when it fails.