-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | SmallCheck support for the Tasty test framework.
--   
--   SmallCheck support for the Tasty test framework.
@package tasty-smallcheck
@version 0.8.0.1


-- | This module allows to use SmallCheck properties in tasty.
module Test.Tasty.SmallCheck

-- | Create a <tt>Test</tt> for a SmallCheck <a>Testable</a> property
testProperty :: Testable IO a => TestName -> a -> TestTree

-- | The "depth" parameter for SmallCheck
newtype SmallCheckDepth
SmallCheckDepth :: Int -> SmallCheckDepth
instance Typeable SmallCheckDepth
instance Num SmallCheckDepth
instance Ord SmallCheckDepth
instance Eq SmallCheckDepth
instance Real SmallCheckDepth
instance Enum SmallCheckDepth
instance Integral SmallCheckDepth
instance IsTest (Property IO)
instance IsOption SmallCheckDepth
