gencheck-0.1.1: A testing framework inspired by QuickCheck and SmallCheck

Safe HaskellSafe-Infered

Test.GenCheck.Base.Verdict

Documentation

class Verdict s whereSource

Methods

verdict :: s -> BoolSource

Instances

Verdict Bool 
Verdict (SimpleTestPt a) 

class Foldable s => SummaryVerdict s whereSource

Methods

summaryverdict :: Verdict v => s v -> BoolSource