-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Use HUnit assertions as QuickCheck properties -- -- This package provides an orphan instance that allows you to use HUnit -- assertions as QuickCheck properties. @package quickcheck-io @version 0.2.0 module Test.QuickCheck.IO propertyIO :: Assertion -> Property instance Test.QuickCheck.Property.Testable Test.HUnit.Lang.Assertion