Safe Haskell | None |
---|---|
Language | Haskell2010 |
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 #
quickCheckWrap :: Name -> ExpQ Source #