sdp-quickcheck-0.2: SDP QuickCheck support
Copyright(c) Andrey Mulik 2019
LicenseBSD-style
Maintainerwork.a.mulik@gmail.com
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.SDP.Eq

Contents

Description

Test.SDP.Eq provides basic test suite for Eq instances.

Synopsis

Eq test

type TestEq l = l -> l -> l -> Bool Source #

TestEq is service type synonym for more comfortable quickCheck using.

eqTest :: Eq l => l -> l -> l -> Bool Source #

eqTest is basic test suite for Eq instances.