Test.SmallCheck
Documentation
smallCheckI :: Testable a => a -> IO ()Source
forAllElem :: (Show a, Testable b) => [a] -> (a -> b) -> PropertySource
thereExistsElem :: (Show a, Testable b) => [a] -> (a -> b) -> PropertySource
thereExists1Elem :: (Show a, Testable b) => [a] -> (a -> b) -> PropertySource