-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | Equality assertion functions for QuickCheck based on portray-diff.
--
-- This provides equality assertion functions for QuickCheck that
-- pretty-print structural diffs of the values in question, rather than
-- dumping the entire alues as part of the counterexamples. This is
-- useful when comparing very large values, since it can otherwise be
-- difficult to tell what changed between expected and actual values.
@package portray-diff-quickcheck
@version 0.1.0.0
-- | Assertion functions for QuickCheck based on Diff.
module Data.Portray.Diff.QuickCheck
-- | Same as (===), using Diff to compare and report errors.
(=-=) :: Diff a => a -> a -> Property
infix 4 =-=