quickcheck-report-0.1.0.0: Customizable reports for quickcheck properties

Safe HaskellNone
LanguageHaskell2010

Test.QuickCheck.Report

Documentation

printQuickCheckResult :: Testable prop => ((PropName -> prop -> IO (String, Result)) -> IO ([String], Bool)) -> IO () Source #

printQuickCheckWithResult :: Testable prop => Args -> ((PropName -> prop -> IO (String, Result)) -> IO ([String], Bool)) -> IO () Source #

test_report :: Testable a => ((a -> IO Result) -> IO b) -> IO Bool Source #