testpack-2.0.1: Test Utililty Pack for HUnit and QuickCheckSource codeContentsIndex
Test.QuickCheck.Tools
Portabilityportable
Stabilityprovisional
MaintainerJohn Goerzen <jgoerzen@complete.org>
Contents
Comparisons
Description

Utilities for HUnit unit testing.

Written by John Goerzen, jgoerzen@complete.org

Synopsis
(@=?) :: (Eq a, Show a) => a -> a -> Result
(@?=) :: (Eq a, Show a) => a -> a -> Result
Comparisons
(@=?) :: (Eq a, Show a) => a -> a -> ResultSource
Compare two values. If same, the test passes. If different, the result indicates what was expected and what was received as part of the error.
(@?=) :: (Eq a, Show a) => a -> a -> ResultSource
Like @=?, but with args in a different order.
Produced by Haddock version 2.6.1